Changeset 6444 for trunk/bp-core/bp-core-catchuri.php
- Timestamp:
- 10/22/2012 07:40:14 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-core/bp-core-catchuri.php
r6404 r6444 459 459 460 460 $defaults = array( 461 'mode' => bp_is_theme_bp_default() ? 1 : 2,// 1 = $root, 2 = wp-login.php462 'redirect' => $redirect_url, 463 'root' => bp_get_root_domain(), 461 'mode' => 2, // 1 = $root, 2 = wp-login.php 462 'redirect' => $redirect_url, // the URL you get redirected to when a user successfully logs in 463 'root' => bp_get_root_domain(), // the landing page you get redirected to when a user doesn't have access 464 464 'message' => __( 'You must log in to access the page you requested.', 'buddypress' ) 465 465 );
Note: See TracChangeset
for help on using the changeset viewer.