Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
06/12/2016 09:12:49 PM (8 years ago)
Author:
mercime
Message:

Add translator comments for screen reader text in admin.

Fixes #6951.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-activity/bp-activity-admin.php

    r10853 r10882  
    10441044                        <h3 id="bp-replyhead"><?php _e( 'Reply to Activity', 'buddypress' ); ?></h3>
    10451045                        <label for="bp-activities" class="screen-reader-text"><?php
    1046                                 /* translators: accessibility text */
    1047                                 _e( 'Reply', 'buddypress' );
    1048                             ?></label>
     1046                            /* translators: accessibility text */
     1047                            _e( 'Reply', 'buddypress' );
     1048                        ?></label>
    10491049                        <?php wp_editor( '', 'bp-activities', array( 'dfw' => false, 'media_buttons' => false, 'quicktags' => array( 'buttons' => 'strong,em,link,block,del,ins,img,code,spell,close' ), 'tinymce' => false, ) ); ?>
    10501050
Note: See TracChangeset for help on using the changeset viewer.