Changeset 5295
- Timestamp:
- 04/09/2017 06:03:08 AM (8 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
r4958 r5295 208 208 if ( $user && $topic && $term ) { 209 209 // Moderators. 210 if ( user_can( $user->ID, 'moderate' ) ) {210 if ( user_can( $user->ID, 'moderate', $topic->ID ) ) { 211 211 $retval = true; 212 212 }
Note: See TracChangeset
for help on using the changeset viewer.