Skip to:
Content

bbPress.org


Ignore:
Timestamp:
10/28/2015 04:07:50 AM (10 years ago)
Author:
netweb
Message:

Standardize @since PHPDoc tags style and format

This changeset updates the style and formatting of all of our @since instances for compatibility with phpDocumentor 2 and WP-Parser as we move toward implementing the bbPress developer code reference.

Props thebrandonallen
Fixes #2879

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/includes/core/update.php

    r5909 r5951  
    1414 * If there is no raw DB version, this is the first installation
    1515 *
    16  * @since bbPress (r3764)
     16 * @since 2.1.0 bbPress (r3764)
    1717 *
    1818 * @uses get_option()
     
    2727 * Compare the bbPress version to the DB version to determine if updating
    2828 *
    29  * @since bbPress (r3421)
     29 * @since 2.0.0 bbPress (r3421)
    3030 *
    3131 * @uses get_option()
     
    4646 * for third party plugins to use to check for bbPress activation.
    4747 *
    48  * @since bbPress (r3421)
     48 * @since 2.0.0 bbPress (r3421)
    4949 *
    5050 * @return bool True if activating bbPress, false if not
     
    9696 * Determine if bbPress is being deactivated
    9797 *
    98  * @since bbPress (r3421)
     98 * @since 2.0.0 bbPress (r3421)
     99 *
    99100 * @return bool True if deactivating bbPress, false if not
    100101 */
     
    145146 * Update the DB to the latest version
    146147 *
    147  * @since bbPress (r3421)
     148 * @since 2.0.0 bbPress (r3421)
     149 *
    148150 * @uses update_option()
    149151 * @uses bbp_get_db_version() To get bbPress's database version
     
    156158 * Setup the bbPress updater
    157159 *
    158  * @since bbPress (r3419)
     160 * @since 2.0.0 bbPress (r3419)
    159161 *
    160162 * @uses bbp_version_updater()
     
    176178 * Create a default forum, topic, and reply
    177179 *
    178  * @since bbPress (r3767)
     180 * @since 2.1.0 bbPress (r3767)
     181 *
    179182 * @param array $args Array of arguments to override default values
    180183 */
     
    247250 * to correct issues with bbPress meta-data silently on software update.
    248251 *
    249  * @since bbPress (r4104)
     252 * @since 2.2.0 bbPress (r4104)
    250253 */
    251254function bbp_version_updater() {
     
    309312 * Redirect user to bbPress's What's New page on activation
    310313 *
    311  * @since bbPress (r4389)
     314 * @since 2.2.0 bbPress (r4389)
    312315 *
    313316 * @internal Used internally to redirect bbPress to the about page on activation
     
    334337 * regardless of the bbp_allow_global_access() setting.
    335338 *
    336  * @since bbPress (r4910)
     339 * @since 2.4.0 bbPress (r4910)
    337340 *
    338341 * @internal Used to internally make the current user a keymaster on activation
Note: See TracChangeset for help on using the changeset viewer.