Changeset 6144
- Timestamp:
- 12/08/2016 05:06:16 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/topics/functions.php
r6143 r6144 2259 2259 ? bbp_approve_topic( $r['id'] ) 2260 2260 : bbp_unapprove_topic( $r['id'] ); 2261 2261 2262 2262 // Feedback 2263 2263 $retval['message'] = ( true === $is_pending ) … … 2291 2291 $is_sticky = bbp_is_topic_sticky( $r['id'] ); 2292 2292 $is_super = false === $is_sticky && ! empty( $_GET['super'] ) && ( "1" === $_GET['super'] ) ? true : false; 2293 2293 2294 2294 // Toggle 2295 2295 $retval['status'] = ( true === $is_sticky )
Note: See TracChangeset
for help on using the changeset viewer.