From a0536406a1dba7933e603f9caaf643e7c9d4f2d9 Mon Sep 17 00:00:00 2001 From: John Blackbourn Date: Wed, 19 Feb 2014 22:43:55 +0000 Subject: [PATCH] Add screen-reader friendly variations of some short text links in the Publish meta box. Fixes #25459. git-svn-id: https://develop.svn.wordpress.org/trunk@27196 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/includes/meta-boxes.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/wp-admin/includes/meta-boxes.php b/src/wp-admin/includes/meta-boxes.php index dcff1ecf43..5900755c4c 100644 --- a/src/wp-admin/includes/meta-boxes.php +++ b/src/wp-admin/includes/meta-boxes.php @@ -86,7 +86,7 @@ switch ( $post->post_status ) { ?> post_status || 'private' == $post->post_status || $can_publish ) { ?> -post_status ) { ?>style="display:none;" class="edit-post-status hide-if-no-js"> +post_status ) { ?>style="display:none;" class="edit-post-status hide-if-no-js">
@@ -132,7 +132,7 @@ if ( 'private' == $post->post_status ) { echo esc_html( $visibility_trans ); ?> - +
@@ -192,7 +192,7 @@ if ( ! empty( $args['args']['revisions_count'] ) ) : printf( __( 'Revisions: %s' ), '' . number_format_i18n( $args['args']['revisions_count'] ) . '' ); } ?> - +
- +