Changeset 5731
- Timestamp:
- 08/02/2017 03:48:43 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
r5729 r5731 49 49 */ 50 50 public function get_super_stickies( $stickies ) { 51 // If we're archiving a topic, make sure bbp_unstick_topic() gets the correct list. 52 if ( isset( $_GET['action'] ) && 'wporg_bbp_archive_post' === $_GET['action'] ) { 53 return $stickies; 54 } 55 51 56 return array(); 52 57 }
Note: See TracChangeset
for help on using the changeset viewer.