Changeset 6404 for trunk/bp-core/bp-core-catchuri.php
- Timestamp:
- 10/13/2012 06:20:07 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-core/bp-core-catchuri.php
r6402 r6404 459 459 460 460 $defaults = array( 461 'mode' => bp_ enable_theme_compat() ? 2 : 1, // 1 = $root, 2 = wp-login.php461 'mode' => bp_is_theme_bp_default() ? 1 : 2, // 1 = $root, 2 = wp-login.php 462 462 'redirect' => $redirect_url, // the URL you get redirected to when a user successfully logs in 463 463 'root' => bp_get_root_domain(), // the landing page you get redirected to when a user doesn't have access
Note: See TracChangeset
for help on using the changeset viewer.