Changeset 5649 for sites/trunk/wordpress.org/public_html/wp-content/plugins/support-forums/inc/class-user-notes.php
- Timestamp:
- 07/11/2017 07:54:20 PM (7 years ago)
- 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 208 208 esc_html( 209 209 /* translators: %d: user notes count */ 210 sprintf( __( ' Toggle user notes (%d)', 'wporg-forums' ),210 sprintf( __( 'User Notes (%d)', 'wporg-forums' ), 211 211 count( $this->get_user_notes() ) 212 212 )
Note: See TracChangeset
for help on using the changeset viewer.