Changeset 1017 for trunk/bp-core/bp-core-catchuri.php
- Timestamp:
- 02/04/2009 12:29:21 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-core/bp-core-catchuri.php
r959 r1017 15 15 * 16 16 * The URI's are broken down as follows: 17 * - http:// domain.com / members / andy / [current_component] / [current_action] / [action_variables] / [action_variables] / ...18 * - OUTSIDE ROOT: http:// domain.com / sites / buddypress / members / andy / [current_component] / [current_action] / [action_variables] / [action_variables] / ...17 * - http:// example.com / members / andy / [current_component] / [current_action] / [action_variables] / [action_variables] / ... 18 * - OUTSIDE ROOT: http:// example.com / sites / buddypress / members / andy / [current_component] / [current_action] / [action_variables] / [action_variables] / ... 19 19 * 20 20 * Example: 21 * - http:// domain.com/members/andy/profile/edit/group/5/21 * - http://example.com/members/andy/profile/edit/group/5/ 22 22 * - $current_component: string 'profile' 23 23 * - $current_action: string 'edit'
Note: See TracChangeset
for help on using the changeset viewer.