From a2c79a2fc69d87ec2dd0b5dc694a72f445957f19 Mon Sep 17 00:00:00 2001 From: John Blackbourn Date: Fri, 11 Dec 2015 20:16:27 +0000 Subject: [PATCH] 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 --- wp-admin/includes/class-wp-screen.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-admin/includes/class-wp-screen.php b/wp-admin/includes/class-wp-screen.php index 0582473418..25373191ba 100644 --- a/wp-admin/includes/class-wp-screen.php +++ b/wp-admin/includes/class-wp-screen.php @@ -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'. * } */ diff --git a/wp-includes/version.php b/wp-includes/version.php index f7f0b3a52f..b16d8e4bfe 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -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.