Changeset 4643
- Timestamp:
- 01/12/2017 07:03:15 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
r4639 r4643 88 88 */ 89 89 public function single_topic_resolved_indicator() { 90 $topic_id = bbp_get_topic_ forum_id();90 $topic_id = bbp_get_topic_id(); 91 91 92 92 if ( … … 98 98 || 99 99 // Must be a resolved topic 100 'yes' == $this->get_topic_resolution( array( 'id' => $topic_id ) )100 'yes' !== $this->get_topic_resolution( array( 'id' => $topic_id ) ) 101 101 ) { 102 102 return;
Note: See TracChangeset
for help on using the changeset viewer.