Skip to:
Content

BuddyPress.org

Changeset 6870


Ignore:
Timestamp:
03/26/2013 01:29:05 PM (13 years ago)
Author:
boonebgorges
Message:

Fixes PHPDoc copypasta in bp-core-update.php

File:
1 edited

Legend:

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

    r6770 r6870  
    151151 *
    152152 * @since BuddyPress (1.6)
    153  *
    154  * @uses BBP_Updater
    155153 */
    156154function bp_setup_updater() {
     
    164162
    165163/**
    166  * bbPress's version updater looks at what the current database version is, and
    167  * runs whatever other code is needed.
     164 * BuddyPress's version updater looks at what the current database version is,
     165 * and runs whatever other code is needed.
    168166 *
    169167 * This is most-often used when the data schema changes, but should also be used
    170  * to correct issues with bbPress meta-data silently on software update.
    171  *
    172  * @since bbPress (r4104)
     168 * to correct issues with BuddyPress metadata silently on software update.
     169 *
     170 * @since BuddyPress (r4104)
    173171 */
    174172function bp_version_updater() {
Note: See TracChangeset for help on using the changeset viewer.