Changeset 4664
- Timestamp:
- 01/13/2017 07:38:50 PM (8 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
r4646 r4664 70 70 // Only run when enabled on a topic's forum. 71 71 if ( bbp_is_single_topic() || ! $this->is_enabled_on_forum( bbp_get_topic_forum_id( $topic_id ) ) ) { 72 return $title; 73 } 74 75 // Don't run when displaying a title attribute via bbp_get_reply_title_fallback(), hooked to 'the_title' 76 if ( doing_filter( 'the_title' ) ) { 72 77 return $title; 73 78 }
Note: See TracChangeset
for help on using the changeset viewer.