Changeset 6027 for trunk/src/includes/topics/functions.php
- Timestamp:
- 05/19/2016 07:42:24 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/topics/functions.php
r6026 r6027 753 753 /** Stickies **********************************************************/ 754 754 755 if ( ! empty( $_POST['bbp_stick_topic'] ) && in_array( $_POST['bbp_stick_topic'], array_keys( bbp_get_topic_types() ) ) ) { 755 // Get the topic types 756 $topic_types = bbp_get_topic_types( $topic_id ); 757 758 // Maybe sticky 759 if ( ! empty( $_POST['bbp_stick_topic'] ) && in_array( $_POST['bbp_stick_topic'], array_keys( $topic_types ) ) ) { 756 760 757 761 // What's the caps?
Note: See TracChangeset
for help on using the changeset viewer.