Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
12/22/2012 11:46:51 AM (14 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-groups/bp-groups-classes.php

    r6643 r6654  
    750750         * with bp_has_groups()
    751751         *
    752          * @since 1.7
     752         * @since BuddyPress (1.7)
    753753         *
    754754         * @return array
     
    13341334         * @see https://codex.wordpress.org/Function_Reference/add_meta_box for
    13351335         *      possible values
    1336          * @since 1.7
     1336         * @since BuddyPress (1.7)
    13371337         */
    13381338        var $admin_metabox_context = 'normal';
     
    13421342         * @see https://codex.wordpress.org/Function_Reference/add_meta_box for
    13431343         *      possible values
    1344          * @since 1.7
     1344         * @since BuddyPress (1.7)
    13451345         */
    13461346        var $admin_metabox_priority = 'core';
Note: See TracChangeset for help on using the changeset viewer.