Changeset 5039 for sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-bbp-topic-resolution/inc/class-plugin.php
- Timestamp:
- 03/02/2017 12:12:10 AM (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
r4998 r5039 78 78 } 79 79 80 // Don't run when viewing a single topic, a single reply, atopic edit page, or a reply edit page.81 if ( bbp_is_single_topic() || bbp_is_ single_reply() || bbp_is_topic_edit() || bbp_is_reply_edit() ) {80 // Don't run when viewing a single topic, a topic edit page, or a reply edit page. 81 if ( bbp_is_single_topic() || bbp_is_topic_edit() || bbp_is_reply_edit() ) { 82 82 return $title; 83 83 }
Note: See TracChangeset
for help on using the changeset viewer.