Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
02/04/2015 01:53:42 PM (10 years ago)
Author:
johnjamesjacoby
Message:

Replace domain.com references with example.com to avoid linking to unaffiliated . Props netweb. Fixes #6183.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-core/bp-core-catchuri.php

    r9351 r9428  
    2222 *
    2323 * 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] / ...
    2626 *
    2727 *  Example:
    28  *    - http://domain.com/members/andy/profile/edit/group/5/
     28 *    - http://example.com/members/andy/profile/edit/group/5/
    2929 *    - $bp->current_component: string 'xprofile'
    3030 *    - $bp->current_action: string 'edit'
Note: See TracChangeset for help on using the changeset viewer.