General: Remove the `svn:executable` property from `wp-admin/_index.php`.

The property appears to be added accidentally. The removing was mentioned but not included in the previous commit.

Follow-up to [38049], [42200], [46585], [51995], [52001].

See #54321.
Built from https://develop.svn.wordpress.org/trunk@52005


git-svn-id: http://core.svn.wordpress.org/trunk@51594 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2021-11-03 17:23:56 +00:00
parent 3e81de0a3d
commit 8117af8bb2
1 changed files with 1 additions and 1 deletions

View File

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