Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
02/01/2016 06:53:30 PM (9 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-groups/bp-groups-actions.php

    r10454 r10487  
    107107        return false;
    108108
    109     if ( !bp_user_can_create_groups() ) {
     109    if ( !bp_user_can_create_groups() ) {
    110110        bp_core_add_message( __( 'Sorry, you are not allowed to create groups.', 'buddypress' ), 'error' );
    111111        bp_core_redirect( bp_get_groups_directory_permalink() );
Note: See TracChangeset for help on using the changeset viewer.