Changeset 5360 for sites/trunk/wordpress.org/public_html/wp-content/plugins/support-forums/inc/class-stickies-compat.php
- Timestamp:
- 04/18/2017 06:14:01 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/support-forums/inc/class-stickies-compat.php
r5358 r5360 151 151 } 152 152 $user_id = get_current_user_id(); 153 if ( ! ( function_exists( 'wporg_support_is_single_review' ) && wporg_support_is_single_review())153 if ( Plugin::REVIEWS_FORUM_ID != bbp_get_topic_forum_id() 154 154 && 155 155 $this->user_can_stick( $user_id, $this->term->term_id, $topic_id )
Note: See TracChangeset
for help on using the changeset viewer.