Skip to:
Content

bbPress.org

Changeset 6144


Ignore:
Timestamp:
12/08/2016 05:06:16 PM (9 years ago)
Author:
johnjamesjacoby
Message:

Whitespace removal.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/includes/topics/functions.php

    r6143 r6144  
    22592259                ? bbp_approve_topic( $r['id'] )
    22602260                : bbp_unapprove_topic( $r['id'] );
    2261            
     2261
    22622262            // Feedback
    22632263            $retval['message'] = ( true === $is_pending )
     
    22912291            $is_sticky = bbp_is_topic_sticky( $r['id'] );
    22922292            $is_super  = false === $is_sticky && ! empty( $_GET['super'] ) && ( "1" === $_GET['super'] ) ? true : false;
    2293            
     2293
    22942294            // Toggle
    22952295            $retval['status'] = ( true === $is_sticky )
Note: See TracChangeset for help on using the changeset viewer.