Changeset 8061
- Timestamp:
- 01/09/2019 06:35:02 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/support-forums/inc/class-hooks.php
r8060 r8061 77 77 add_filter( 'bbp_after_has_topics_parse_args', array( $this, 'has_topics_all_topics' ) ); 78 78 79 // Remove redundant parts of the <title>79 // Remove the redundant prefixes in the bbPress <title>. 80 80 add_filter( 'bbp_raw_title_array', array( $this, 'bbp_raw_title_array' ) ); 81 81 } … … 698 698 } 699 699 700 /** 701 * Remove the redundant prefixes in the bbPress <title>. 702 * 703 * @param array $title The title format 704 * @return array 705 */ 700 706 public function bbp_raw_title_array( $title ) { 701 707 if ( bbp_is_single_forum() || bbp_is_single_topic() || bbp_is_single_view() ) {
Note: See TracChangeset
for help on using the changeset viewer.