Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
05/06/2016 12:57:48 AM (9 years ago)
Author:
mercime
Message:

Add translator comments for the accessibility headings in BP admin pages.

Props SergeyBiryukov, slaFFik.
See #6951.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-members/classes/class-bp-members-admin.php

    r10673 r10739  
    14621462            if ( bp_get_major_wp_version() >= 4.4 ) {
    14631463                get_current_screen()->set_screen_reader_content( array(
     1464                    /* translators: accessibility text */
    14641465                    'heading_views'      => __( 'Filter users list', 'buddypress' ),
     1466                    /* translators: accessibility text */
    14651467                    'heading_pagination' => __( 'Pending users list navigation', 'buddypress' ),
     1468                    /* translators: accessibility text */
    14661469                    'heading_list'       => __( 'Pending users list', 'buddypress' ),
    14671470                ) );
Note: See TracChangeset for help on using the changeset viewer.