Coding standards: Remove extra spaces in docblocks of the Walker_PageDropdown class.

Follow-up to [51779].

See #54728.

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


git-svn-id: http://core.svn.wordpress.org/trunk@52914 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
audrasjb 2022-05-01 22:01:10 +00:00
parent df39328035
commit 403f9d53f1
2 changed files with 10 additions and 10 deletions

View File

@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
$wp_version = '6.0-beta3-53324';
$wp_version = '6.0-beta3-53325';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.