Coding Standards: Remove redundant ignore annotation in populate_options().

Follow-up to [43627], [43628].

Props jrf, hellofromTonya.
See #53359.
Built from https://develop.svn.wordpress.org/trunk@51660


git-svn-id: http://core.svn.wordpress.org/trunk@51266 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
hellofromTonya
2021-08-26 13:50:59 +00:00
parent 90a950783d
commit a91fc400a0
2 changed files with 2 additions and 2 deletions

View File

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