Changeset 12801 for sites/trunk/wordpress.org/public_html/wp-content/plugins/support-forums/inc/class-report-topic.php
- Timestamp:
- 08/03/2023 02:02:34 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/support-forums/inc/class-report-topic.php
r12393 r12801 196 196 esc_url( $this->remove_topic_modlook_url() ), 197 197 // translators: `modlook` is the term used for posts tagged by users when they want a moderator to have a look. 198 __( 'Remove modlook', 'wporg- support' )198 __( 'Remove modlook', 'wporg-forums' ) 199 199 ); 200 200 } … … 238 238 printf( 239 239 '<li class="topic-previous-reports">%s<ul class="previous-reports">%s</ul></li>', 240 __( 'Previously reported by:', 'wporg- support' ),240 __( 'Previously reported by:', 'wporg-forums' ), 241 241 implode( ' ', $lines ) 242 242 );
Note: See TracChangeset
for help on using the changeset viewer.