Changeset 5908 for trunk/src/includes/topics/functions.php
- Timestamp:
- 08/11/2015 08:17:53 PM (11 years ago)
- File:
-
- 1 edited
-
trunk/src/includes/topics/functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/topics/functions.php
r5893 r5908 3235 3235 foreach ( (array) $stickies as $key => $id ) { 3236 3236 if ( ! bbp_is_topic( $id ) ) { 3237 unset( $stickies[ $key] );3237 unset( $stickies[ $key ] ); 3238 3238 } 3239 3239 }
Note: See TracChangeset
for help on using the changeset viewer.