Changeset 10411 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support/functions.php
- Timestamp:
- 10/27/2020 04:13:05 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support/functions.php
r10247 r10411 572 572 } 573 573 574 if ( $stickies ) {574 if ( $stickies && $stickies->term ) { 575 575 $user_can_stick = $stickies->user_can_stick( get_current_user_id(), $stickies->term->term_id, $topic_id ); 576 576 }
Note: See TracChangeset
for help on using the changeset viewer.