Coding Standards: Remove unused global variables in various /wp-admin/includes/ files.

Props upadalavipul.
Fixes #59254.




Built from https://develop.svn.wordpress.org/trunk@56499


git-svn-id: http://core.svn.wordpress.org/trunk@56011 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
audrasjb
2023-08-31 14:45:20 +00:00
parent 21011a6ebb
commit 92dcec465a
4 changed files with 2 additions and 11 deletions

View File

@@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
$wp_version = '6.4-alpha-56498';
$wp_version = '6.4-alpha-56499';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.