Make WordPress Core

Changeset 31907


Ignore:
Timestamp:
03/26/2015 09:48:42 PM (10 years ago)
Author:
azaozz
Message:

Press This: remove role="application" from the Categories list wrapper. This doesn't make it work better in screen readers.
See #31443.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/class-wp-press-this.php

    r31906 r31907  
    789789            </label>
    790790        </div>
    791         <div role="application" aria-label="<?php esc_attr_e( 'Categories' ); ?>">
     791        <div aria-label="<?php esc_attr_e( 'Categories' ); ?>">
    792792            <ul class="categories-select">
    793793                <?php wp_terms_checklist( $post->ID, array( 'taxonomy' => 'category', 'list_only' => true ) ); ?>
Note: See TracChangeset for help on using the changeset viewer.