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/extend.php

    r5829 r5951  
    1717 * Loads Akismet inside the bbPress global class
    1818 *
    19  * @since bbPress (r3277)
     19 * @since 2.0.0 bbPress (r3277)
    2020 *
    2121 * @return If bbPress is not active
     
    4444 * action to bp_init hook. @see bbp_setup_buddypress_component()
    4545 *
    46  * @since bbPress (r3395)
     46 * @since 2.0.0 bbPress (r3395)
     47 *
    4748 * @return If BuddyPress is not active
    4849 */
     
    5455         * Helper for BuddyPress 1.6 and earlier
    5556         *
    56          * @since bbPress (r4395)
     57         * @since 2.2.0 bbPress (r4395)
     58         *
    5759         * @return BuddyPress
    5860         */
Note: See TracChangeset for help on using the changeset viewer.