Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
12/22/2012 11:46:51 AM (12 years ago)
Author:
djpaul
Message:

Fix up @since phpDoc that was in the old format. Everything is now "@since BuddyPress (1.n)".

File:
1 edited

Legend:

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

    r6472 r6654  
    1919 * add new re-write rules. Custom components are able to use their own custom
    2020 * URI structures with very little work.
    21  *
    22  * @package BuddyPress Core
    23  * @since BuddyPress (1.0)
    2421 *
    2522 * The URI's are broken down as follows:
     
    3330 *    - $bp->action_variables: array ['group', 5]
    3431 *
     32 * @package BuddyPress Core
     33 * @since BuddyPress (1.0)
    3534 */
    3635function bp_core_set_uri_globals() {
Note: See TracChangeset for help on using the changeset viewer.