Changeset 5729 for trunk/bp-core/bp-core-catchuri.php
- Timestamp:
- 02/11/2012 09:32:04 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-core/bp-core-catchuri.php
r5683 r5729 68 68 69 69 // Loop and remove empties 70 foreach ( (array) $bp_uri as $key => $uri_chunk ) {70 foreach ( (array) $bp_uri as $key => $uri_chunk ) { 71 71 if ( empty( $bp_uri[$key] ) ) { 72 72 unset( $bp_uri[$key] ); … … 555 555 556 556 if ( !empty( $bp->redirect_stack['action_variables'] ) ) { 557 foreach( (array) $bp->redirect_stack['action_variables'] as $av ) {557 foreach( (array) $bp->redirect_stack['action_variables'] as $av ) { 558 558 $url_stack[0] = trailingslashit( $url_stack[0] . $av ); 559 559 }
Note: See TracChangeset
for help on using the changeset viewer.