Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
02/01/2016 06:53:30 PM (8 years ago)
Author:
djpaul
Message:

Fix indentation on lines beginning with a space character followed by a tab.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-activity/bp-activity-actions.php

    r10417 r10487  
    187187
    188188    // Check for the redirect query arg, otherwise let WP handle things.
    189     if ( !empty( $_GET['redirect_to'] ) )
     189    if ( !empty( $_GET['redirect_to'] ) )
    190190        bp_core_redirect( esc_url( $_GET['redirect_to'] ) );
    191191    else
     
    256256
    257257    // Check for the redirect query arg, otherwise let WP handle things.
    258     if ( !empty( $_GET['redirect_to'] ) )
     258    if ( !empty( $_GET['redirect_to'] ) )
    259259        bp_core_redirect( esc_url( $_GET['redirect_to'] ) );
    260260    else
Note: See TracChangeset for help on using the changeset viewer.