Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
08/24/2016 11:25:28 AM (8 years ago)
Author:
djpaul
Message:

Fix indentation across all components.

Props Scrutinizer-CI

See #5891

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-core/bp-core-filters.php

    r11010 r11032  
    179179        // Handles the majority of components.
    180180        if ( bp_is_current_component( $component ) ) {
    181                     $page_id = (int) $bp_page->id;
     181            $page_id = (int) $bp_page->id;
    182182        }
    183183
     
    10521052            $tokens['recipient.username'] = $user_obj->user_login;
    10531053            if ( bp_is_active( 'settings' ) && empty( $tokens['unsubscribe'] ) ) {
    1054                 $tokens['unsubscribe'] = esc_url( sprintf(
    1055                     '%s%s/notifications/',
    1056                     bp_core_get_user_domain( $user_obj->ID ),
    1057                     bp_get_settings_slug()
    1058                 ) );
     1054                $tokens['unsubscribe'] = esc_url( sprintf(
     1055                    '%s%s/notifications/',
     1056                    bp_core_get_user_domain( $user_obj->ID ),
     1057                    bp_get_settings_slug()
     1058                ) );
    10591059            }
    1060         }
     1060        }
    10611061    }
    10621062
Note: See TracChangeset for help on using the changeset viewer.