diff --git a/wp-admin/categories.php b/wp-admin/categories.php index 6c1baec17e..a700fe21c0 100644 --- a/wp-admin/categories.php +++ b/wp-admin/categories.php @@ -142,7 +142,7 @@ endif; ?>
- : + :
- - : 0, 'name' => 'newcat_parent', 'orderby' => 'name', 'hierarchical' => 1, 'show_option_none' => __('Parent category'), 'tab_index' => 3 ) ); ?> + + : 0, 'name' => 'newcat_parent', 'orderby' => 'name', 'hierarchical' => 1, 'show_option_none' => __('Parent category'), 'tab_index' => 3 ) ); ?>
post_status, 'private'); ?> tabindex="4" />
Learn more about manual excerpts.'); ?>
- + @@ -157,7 +157,7 @@ add_meta_box('linkcategorydiv', __('Categories'), 'link_categories_meta_box', 'l * @param object $link */ function link_target_meta_box($link) { ?> -
link_target ) && ($link->link_target == '_blank') ? 'checked="checked"' : ''); ?> /> _blank - new window or tab.'); ?>
post_status, 'private'); ?> tabindex='4' />
- +
' ) ?>
moderation queue. One word or IP per line. It will match inside words, so “press” will match “WordPress”.') ?>
@@ -154,7 +154,7 @@ printf( __('Comments should be displayed with the %s comments at the top of each
/>
/> diff --git a/wp-admin/options-reading.php b/wp-admin/options-reading.php index b14497979b..35ac1c1687 100644 --- a/wp-admin/options-reading.php +++ b/wp-admin/options-reading.php @@ -26,7 +26,7 @@ include('admin-header.php');
/> @@ -63,7 +63,7 @@ include('admin-header.php');
/> />
:-P
- - : 0, 'name' => 'newcat_parent', 'orderby' => 'name', 'hierarchical' => 1, 'show_option_none' => __('Parent category'), 'tab_index' => 3 ) ); ?> + + : 0, 'name' => 'newcat_parent', 'orderby' => 'name', 'hierarchical' => 1, 'show_option_none' => __('Parent category'), 'tab_index' => 3 ) ); ?> @@ -496,7 +496,7 @@ var ajaxurl = '';
- + diff --git a/wp-admin/upload.php b/wp-admin/upload.php index 51645c8e9d..a257c8fa73 100644 --- a/wp-admin/upload.php +++ b/wp-admin/upload.php @@ -209,7 +209,7 @@ unset($type_links); - : + : diff --git a/wp-admin/user-edit.php b/wp-admin/user-edit.php index 05f1712b03..e1783a0cc2 100644 --- a/wp-admin/user-edit.php +++ b/wp-admin/user-edit.php @@ -209,7 +209,7 @@ include ('admin-header.php'); 1 ) : ?> - + - : + : @@ -309,7 +309,7 @@ unset($role_links); - + diff --git a/wp-admin/wp-admin.css b/wp-admin/wp-admin.css index 3c73309025..cf348746d8 100644 --- a/wp-admin/wp-admin.css +++ b/wp-admin/wp-admin.css @@ -2433,7 +2433,7 @@ fieldset { margin: 0 9px 0 0; } -#screen-meta .invisible { +#screen-meta .screen-reader-text { visibility: hidden; } diff --git a/wp-content/themes/classic/style.css b/wp-content/themes/classic/style.css index ffc5beaf73..a3b8df9165 100644 --- a/wp-content/themes/classic/style.css +++ b/wp-content/themes/classic/style.css @@ -12,7 +12,7 @@ This is just a basic layout, with only the bare minimum defined. Please tweak this and make it your own. :) */ -.invisible { +.screen-reader-text { position: absolute; left: -1000em; } diff --git a/wp-content/themes/default/style.css b/wp-content/themes/default/style.css index f1f2e4efac..7e9e84eb3d 100644 --- a/wp-content/themes/default/style.css +++ b/wp-content/themes/default/style.css @@ -655,7 +655,7 @@ blockquote cite { display: none; } -.invisible { +.screen-reader-text { position: absolute; left: -1000em; } diff --git a/wp-includes/general-template.php b/wp-includes/general-template.php index ea4e41336d..a89560a771 100644 --- a/wp-includes/general-template.php +++ b/wp-includes/general-template.php @@ -119,7 +119,7 @@ function get_search_form() { return; $form = ' - ' . __('Search for:') . ' + ' . __('Search for:') . '