Changeset 10248
- Timestamp:
- 09/11/2020 12:32:26 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/support-forums/inc/class-hooks.php
r10158 r10248 1097 1097 if ( bbp_is_single_forum() || bbp_is_single_topic() || bbp_is_single_view() ) { 1098 1098 $title['format'] = '%s'; 1099 1100 if( wporg_support_is_single_review() ) { 1101 $page_title = wporg_support_get_single_review_title(); 1102 1103 if( $page_title ) { 1104 $title['text'] .= sprintf( ' - [%s] %s', 1105 $page_title, 1106 __( 'Review', 'wporg-forums' ) 1107 ); 1108 } 1109 } 1099 1110 } 1100 1111
Note: See TracChangeset
for help on using the changeset viewer.