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:
parent
2cad8ec9e3
commit
a2c79a2fc6
|
@ -693,7 +693,7 @@ final class WP_Screen {
|
|||
* Default 'Filter items list'.
|
||||
* @type string $heading_pagination Screen reader text for the pagination heading.
|
||||
* 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'.
|
||||
* }
|
||||
*/
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
*
|
||||
* @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.
|
||||
|
|
Loading…
Reference in New Issue