Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
08/18/2012 10:15:09 AM (12 years ago)
Author:
djpaul
Message:

Update @since phpdoc on functions to use our formatted version of the tag, e.g. "@since BuddyPress (1.6)". Fixes #4445, props fanquake

File:
1 edited

Legend:

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

    r6253 r6259  
    524524 * example.com/groups/mygroup/home/
    525525 *
    526  * @since 1.6
     526 * @since BuddyPress (1.6)
    527527 * @see BP_Members_Component::setup_globals() where $bp->canonical_stack['base_url'] and
    528528 *   ['component'] may be set
     
    577577 * Output rel=canonical header tag for BuddyPress content
    578578 *
    579  * @since 1.6
     579 * @since BuddyPress (1.6)
    580580 */
    581581function bp_rel_canonical() {
     
    703703 * (and plugin authors!) should ignore it.
    704704 *
    705  * @since 1.6.1
     705 * @since BuddyPress (1.6.1)
    706706 *
    707707 * @link http://buddypress.trac.wordpress.org/ticket/4329
     
    723723 * notice in future versions of BuddyPress.
    724724 *
    725  * @since 1.6
     725 * @since BuddyPress (1.6)
    726726 */
    727727function _bp_maybe_remove_rel_canonical() {
Note: See TracChangeset for help on using the changeset viewer.