diff --git a/wp-admin/edit-category-form.php b/wp-admin/edit-category-form.php index aaf1c1353e..672a14a3ac 100644 --- a/wp-admin/edit-category-form.php +++ b/wp-admin/edit-category-form.php @@ -26,7 +26,7 @@ if ( ! empty($cat_ID) ) { - diff --git a/wp-admin/edit-form-advanced.php b/wp-admin/edit-form-advanced.php index c26a4fd476..89e84877e7 100644 --- a/wp-admin/edit-form-advanced.php +++ b/wp-admin/edit-form-advanced.php @@ -222,7 +222,7 @@ endif; ?>

- + 0, 'name' => 'newcat_parent', 'orderby' => 'name', 'hierarchical' => 1, 'show_option_none' => __('Parent category'), 'tab_index' => 3 ) ); ?> diff --git a/wp-admin/edit-link-category-form.php b/wp-admin/edit-link-category-form.php index ac664300c0..4799e79326 100644 --- a/wp-admin/edit-link-category-form.php +++ b/wp-admin/edit-link-category-form.php @@ -26,7 +26,7 @@ if ( ! empty($cat_ID) ) {


+

- + diff --git a/wp-admin/edit-link-form.php b/wp-admin/edit-link-form.php index 7604d3e852..7a823e3172 100644 --- a/wp-admin/edit-link-form.php +++ b/wp-admin/edit-link-form.php @@ -105,7 +105,7 @@ if ( ( 'edit' == $action) && current_user_can('manage_links') )

- diff --git a/wp-admin/includes/media.php b/wp-admin/includes/media.php index a5f96706a3..80c3bd24b7 100644 --- a/wp-admin/includes/media.php +++ b/wp-admin/includes/media.php @@ -703,6 +703,7 @@ function get_media_item( $attachment_id, $args = null ) { } $required = $field['required'] ? '*' : ''; + $aria_required = $field['required'] ? " aria-required='true' " : ''; $class = $id; $class .= $field['required'] ? ' form-required' : ''; @@ -710,9 +711,9 @@ function get_media_item( $attachment_id, $args = null ) { if ( !empty($field[$field['input']]) ) $item .= $field[$field['input']]; elseif ( $field['input'] == 'textarea' ) { - $item .= ""; + $item .= ""; } else { - $item .= ""; + $item .= ""; } if ( !empty($field['helps']) ) $item .= "

" . join( "

\n

", array_unique((array) $field['helps']) ) . '

'; @@ -1085,14 +1086,14 @@ function type_form_image() { * - + - + @@ -1126,14 +1127,14 @@ function type_form_audio() { * - + - + @@ -1154,14 +1155,14 @@ function type_form_video() { * - + - + @@ -1182,14 +1183,14 @@ function type_form_file() { * - + - + diff --git a/wp-admin/users.php b/wp-admin/users.php index 3b881cc88f..9dd2918971 100644 --- a/wp-admin/users.php +++ b/wp-admin/users.php @@ -405,7 +405,7 @@ foreach ( $wp_user_search->get_results() as $userid ) {
+

*
' . __('Alternate text, e.g. "The Mona Lisa"') . '
*
' . __('Link text, e.g. "Still Alive by Jonathan Coulton"') . '
*
' . __('Link text, e.g. "Lucy on YouTube"') . '
*
' . __('Link text, e.g. "Ransom Demands (PDF)"') . '
- + diff --git a/wp-content/themes/default/comments.php b/wp-content/themes/default/comments.php index 08b1be1e32..ec2f6c4f5c 100644 --- a/wp-content/themes/default/comments.php +++ b/wp-content/themes/default/comments.php @@ -78,10 +78,10 @@ -

+

/>

-

+

/>