Changeset 4920 for trunk/bp-core/bp-core-buddybar.php
- Timestamp:
- 08/03/2011 09:03:41 PM (15 years ago)
- File:
-
- 1 edited
-
trunk/bp-core/bp-core-buddybar.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-core/bp-core-buddybar.php
r4907 r4920 242 242 // Off-limits to this user. Throw an error and redirect to the displayed user's domain 243 243 bp_core_no_access( array( 244 'message' => __( 'You do not have access to this page.', 'buddypress' ),245 'root' => bp_displayed_user_domain(),246 'redirect' => false244 'message' => __( 'You do not have access to this page.', 'buddypress' ), 245 'root' => bp_displayed_user_domain(), 246 'redirect' => false 247 247 ) ); 248 248 } else {
Note: See TracChangeset
for help on using the changeset viewer.