Changeset 7153 for branches/2.6/src/includes/topics/functions.php
- Timestamp:
- 11/05/2020 10:11:45 PM (5 years ago)
- File:
-
- 1 edited
-
branches/2.6/src/includes/topics/functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/2.6/src/includes/topics/functions.php
r7136 r7153 771 771 break; 772 772 773 // We can avoid this as it is a new topic773 // Unsticky from everywhere 774 774 case 'unstick' : 775 775 default : 776 bbp_unstick_topic( $topic_id ); 776 777 break; 777 778 }
Note: See TracChangeset
for help on using the changeset viewer.