Changeset 9308 for trunk/src/bp-core/bp-core-catchuri.php
- Timestamp:
- 01/07/2015 10:03:19 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-core/bp-core-catchuri.php
r8932 r9308 254 254 if ( !empty( $bp_uri[$uri_offset + 1] ) ) { 255 255 256 // Switch the displayed_user based on compat bility mode256 // Switch the displayed_user based on compatibility mode 257 257 if ( bp_is_username_compatibility_mode() ) { 258 258 $bp->displayed_user->id = (int) bp_core_get_userid( urldecode( $bp_uri[$uri_offset + 1] ) ); … … 410 410 exit(); 411 411 412 // No template found, so setup theme compat ability412 // No template found, so setup theme compatibility 413 413 // @todo Some other 404 handling if theme compat doesn't kick in 414 414 } else { … … 465 465 * 466 466 * @param array $args { 467 * @type int $mode Specifies the destin tation of the redirect. 1 will467 * @type int $mode Specifies the destination of the redirect. 1 will 468 468 * direct to the root domain (home page), which assumes you have a 469 469 * log-in form there; 2 directs to wp-login.php. Default: 2.
Note: See TracChangeset
for help on using the changeset viewer.