Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
08/18/2012 10:15:09 AM (14 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-template.php

    r6249 r6259  
    162162     * Returns the name of the BP site. Used in RSS headers
    163163     *
    164      * @since 1.6
     164     * @since BuddyPress (1.6)
    165165     */
    166166    function bp_get_site_name() {
     
    248248 *
    249249 * @return string HTML <select> element
    250  * @since 1.0
     250 * @since BuddyPress (1.0)
    251251 */
    252252function bp_search_form_type_select() {
Note: See TracChangeset for help on using the changeset viewer.