Correct the hash notation documentation introduced in [34891].

See #32147

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


git-svn-id: http://core.svn.wordpress.org/trunk@35833 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
John Blackbourn 2015-12-11 20:16:27 +00:00
parent 2cad8ec9e3
commit a2c79a2fc6
2 changed files with 2 additions and 2 deletions

View File

@ -693,7 +693,7 @@ final class WP_Screen {
* Default 'Filter items list'. * Default 'Filter items list'.
* @type string $heading_pagination Screen reader text for the pagination heading. * @type string $heading_pagination Screen reader text for the pagination heading.
* Default 'Items list navigation'. * Default 'Items list navigation'.
* @type string heading_list Screen reader text for the items list heading. * @type string $heading_list Screen reader text for the items list heading.
* Default 'Items list'. * Default 'Items list'.
* } * }
*/ */

View File

@ -4,7 +4,7 @@
* *
* @global string $wp_version * @global string $wp_version
*/ */
$wp_version = '4.5-alpha-35868'; $wp_version = '4.5-alpha-35869';
/** /**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema. * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.