Skip to:
Content

bbPress.org


Ignore:
Timestamp:
10/28/2015 04:07:50 AM (11 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/admin/users.php

    r5908 r5951  
    1717 * @package bbPress
    1818 * @subpackage Administration
    19  * @since bbPress (r2464)
     19 * @since 2.0.0 bbPress (r2464)
    2020 */
    2121class BBP_Users_Admin {
     
    2424         * The bbPress users admin loader
    2525         *
    26          * @since bbPress (r2515)
     26         * @since 2.0.0 bbPress (r2515)
    2727         *
    2828         * @uses BBP_Users_Admin::setup_globals() Setup the globals needed
     
    3636         * Setup the admin hooks, actions and filters
    3737         *
    38          * @since bbPress (r2646)
     38         * @since 2.0.0 bbPress (r2646)
     39         *
    3940         * @access private
    4041         *
     
    6364         * Default interface for setting a forum role
    6465         *
    65          * @since bbPress (r4285)
     66         * @since 2.2.0 bbPress (r4285)
    6667         *
    6768         * @param WP_User $profileuser User data
     
    124125         * Add bulk forums role dropdown to the WordPress users table
    125126         *
    126          * @since bbPress (r4360)
     127         * @since 2.2.0 bbPress (r4360)
    127128         */
    128129        public static function user_role_bulk_dropdown() {
     
    220221         * core role title to "Site Role"
    221222         *
    222          * @since bbPress (r4337)
     223         * @since 2.2.0 bbPress (r4337)
    223224         *
    224225         * @param array $columns Users table columns
     
    235236         * Return user's forums role for display in the WordPress Users list table
    236237         *
    237          * @since bbPress (r4337)
     238         * @since 2.2.0 bbPress (r4337)
    238239         *
    239240         * @param string $retval
Note: See TracChangeset for help on using the changeset viewer.