Make WordPress Core


Ignore:
Timestamp:
01/31/2017 08:54:49 AM (9 years ago)
Author:
SergeyBiryukov
Message:

I18N: Use a consistent translator comment ("accessibility text") for strings used in aria-label attributes.

See #32000.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/theme-install.php

    r39527 r40033  
    5858        'collapseSidebar'     => __( 'Collapse Sidebar' ),
    5959        'expandSidebar'       => __( 'Expand Sidebar' ),
    60         /* translators: hidden accessibility text */
     60        /* translators: accessibility text */
    6161        'selectFeatureFilter' => __( 'Select one or more Theme features to filter by' ),
    6262    ),
Note: See TracChangeset for help on using the changeset viewer.