Making WordPress.org


Ignore:
Timestamp:
07/11/2017 07:54:20 PM (9 years ago)
Author:
SergeyBiryukov
Message:

Support Forums, User Notes: Rename "Toggle user notes" link to "User Notes", to prevent "Unflag Author" link from wrapping to a second line.

See #2272.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/plugins/support-forums/inc/class-user-notes.php

    r5648 r5649  
    208208                        esc_html(
    209209                                /* translators: %d: user notes count */
    210                                 sprintf( __( 'Toggle user notes (%d)', 'wporg-forums' ),
     210                                sprintf( __( 'User Notes (%d)', 'wporg-forums' ),
    211211                                        count( $this->get_user_notes() )
    212212                                )
Note: See TracChangeset for help on using the changeset viewer.