Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
08/03/2011 09:03:41 PM (15 years ago)
Author:
johnjamesjacoby
Message:

Add bp-pages admin interface for all components. Rename bp-pages related functions to match existing nomenclature. Introduce 'has_directory' variable in BP_Component class to assist in pairing page slugs to component directories. Set 'path' variable in components that were missing them. Clean up white space where tabs were used instead of spaces. See #3428. Props boonebgorges.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-core/bp-core-buddybar.php

    r4907 r4920  
    242242                // Off-limits to this user. Throw an error and redirect to the displayed user's domain
    243243                bp_core_no_access( array(
    244                     'message'   => __( 'You do not have access to this page.', 'buddypress' ),
    245                     'root'      => bp_displayed_user_domain(),
    246                     'redirect'  => false
     244                    'message'  => __( 'You do not have access to this page.', 'buddypress' ),
     245                    'root'     => bp_displayed_user_domain(),
     246                    'redirect' => false
    247247                ) );
    248248            } else {
Note: See TracChangeset for help on using the changeset viewer.