Changeset 3905 for sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-bbp-topic-resolution/inc/class-plugin.php
- Timestamp:
- 09/01/2016 04:02:33 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-bbp-topic-resolution/inc/class-plugin.php
r3802 r3905 67 67 $resolved = __( 'Resolved', 'wporg-forums' ); 68 68 if ( 'yes' == $this->get_topic_resolution( array( 'id' => $topic_id ) ) ) { 69 return sprintf( esc_html( '[%s]: %s' ), $resolved, $title );69 return sprintf( '[%s] %s', esc_html( $resolved ), $title ); 70 70 } 71 71 return $title;
Note: See TracChangeset
for help on using the changeset viewer.