From 7a67693b3782782373a478faba857d690a11befe Mon Sep 17 00:00:00 2001 From: Dominik Schilling Date: Sun, 27 Jul 2014 13:43:17 +0000 Subject: [PATCH] Add missing `screen-reader-text` CSS class in [29294]. see #28867. Built from https://develop.svn.wordpress.org/trunk@29308 git-svn-id: http://core.svn.wordpress.org/trunk@29090 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/includes/class-wp-list-table.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-admin/includes/class-wp-list-table.php b/wp-admin/includes/class-wp-list-table.php index 1866ba2bb0..e476c04a41 100644 --- a/wp-admin/includes/class-wp-list-table.php +++ b/wp-admin/includes/class-wp-list-table.php @@ -641,8 +641,8 @@ class WP_List_Table { if ( 'bottom' == $which ) { $html_current_page = $current; } else { - $html_current_page_label = ""; - $html_current_page = $html_current_page_label . sprintf( "", + $html_current_page = sprintf( "%s", + '', esc_attr__( 'Current page' ), $current, strlen( $total_pages )