Changeset 9428 for trunk/src/bp-core/bp-core-catchuri.php
- Timestamp:
- 02/04/2015 01:53:42 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-core/bp-core-catchuri.php
r9351 r9428 22 22 * 23 23 * The URIs are broken down as follows: 24 * - http:// domain.com / members / andy / [current_component] / [current_action] / [action_variables] / [action_variables] / ...25 * - OUTSIDE ROOT: http:// domain.com / sites / buddypress / members / andy / [current_component] / [current_action] / [action_variables] / [action_variables] / ...24 * - http:// example.com / members / andy / [current_component] / [current_action] / [action_variables] / [action_variables] / ... 25 * - OUTSIDE ROOT: http:// example.com / sites / buddypress / members / andy / [current_component] / [current_action] / [action_variables] / [action_variables] / ... 26 26 * 27 27 * Example: 28 * - http:// domain.com/members/andy/profile/edit/group/5/28 * - http://example.com/members/andy/profile/edit/group/5/ 29 29 * - $bp->current_component: string 'xprofile' 30 30 * - $bp->current_action: string 'edit'
Note: See TracChangeset
for help on using the changeset viewer.