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-buddybar.php

    r10980 r11032  
    215215
    216216    /**
    217     * If this is for site admins only and the user is not one,
    218     * don't register this screen function.
    219     */
     217     * If this is for site admins only and the user is not one,
     218     * don't register this screen function.
     219     */
    220220    if ( ! empty( $r['site_admin_only'] ) && ! bp_current_user_can( 'bp_moderate' ) ) {
    221221        return false;
Note: See TracChangeset for help on using the changeset viewer.