From 0e42ce2dc0616316917e7f0abe10126e0f728fb4 Mon Sep 17 00:00:00 2001 From: "Dominik Schilling (ocean90)" Date: Sun, 27 Jul 2014 13:42:49 +0000 Subject: [PATCH] Add missing `screen-reader-text` CSS class in [29294]. see #28867. git-svn-id: https://develop.svn.wordpress.org/trunk@29308 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/includes/class-wp-list-table.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/wp-admin/includes/class-wp-list-table.php b/src/wp-admin/includes/class-wp-list-table.php index 1866ba2bb0..e476c04a41 100644 --- a/src/wp-admin/includes/class-wp-list-table.php +++ b/src/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 )