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/admin/forums.php

    r5908 r5951  
    1717 * @package bbPress
    1818 * @subpackage Administration
    19  * @since bbPress (r2464)
     19 * @since 2.0.0 bbPress (r2464)
    2020 */
    2121class BBP_Forums_Admin {
     
    3333     * The main bbPress forums admin loader
    3434     *
    35      * @since bbPress (r2515)
     35     * @since 2.0.0 bbPress (r2515)
    3636     *
    3737     * @uses BBP_Forums_Admin::setup_globals() Setup the globals needed
     
    4747     * Setup the admin hooks, actions and filters
    4848     *
    49      * @since bbPress (r2646)
     49     * @since 2.0.0 bbPress (r2646)
     50     *
    5051     * @access private
    5152     *
     
    9192     * Should we bail out of this method?
    9293     *
    93      * @since bbPress (r4067)
     94     * @since 2.1.0 bbPress (r4067)
     95     *
    9496     * @return boolean
    9597     */
     
    105107     * Admin globals
    106108     *
    107      * @since bbPress (r2646)
     109     * @since 2.0.0 bbPress (r2646)
     110     *
    108111     * @access private
    109112     */
     
    117120     * Contextual help for bbPress forum edit page
    118121     *
    119      * @since bbPress (r3119)
     122     * @since 2.0.0 bbPress (r3119)
     123     *
    120124     * @uses get_current_screen()
    121125     */
     
    180184     * Contextual help for bbPress forum edit page
    181185     *
    182      * @since bbPress (r3119)
     186     * @since 2.0.0 bbPress (r3119)
     187     *
    183188     * @uses get_current_screen()
    184189     */
     
    241246     * Add the forum attributes metabox
    242247     *
    243      * @since bbPress (r2746)
     248     * @since 2.0.0 bbPress (r2746)
    244249     *
    245250     * @uses bbp_get_forum_post_type() To get the forum post type
     
    268273     * Return user nicename suggestions instead of tag suggestions
    269274     *
    270      * @since bbPress (r5834)
     275     * @since 2.6.0 bbPress (r5834)
    271276     *
    272277     * @uses bbp_get_forum_mod_tax_id() To get the forum moderator taxonomy id
     
    341346     * Pass the forum attributes for processing
    342347     *
    343      * @since bbPress (r2746)
     348     * @since 2.0.0 bbPress (r2746)
    344349     *
    345350     * @param int $forum_id Forum id
     
    408413     * Add some general styling to the admin area
    409414     *
    410      * @since bbPress (r2464)
     415     * @since 2.0.0 bbPress (r2464)
    411416     *
    412417     * @uses bbp_get_forum_post_type() To get the forum post type
     
    491496     * Handles the admin-side opening/closing of forums
    492497     *
    493      * @since bbPress (r5254)
     498     * @since 2.6.0 bbPress (r5254)
    494499     *
    495500     * @uses bbp_get_forum() To get the forum
     
    567572     * {@link BBP_Admin::toggle_forum()}
    568573     *
    569      * @since bbPress (r5254)
     574     * @since 2.6.0 bbPress (r5254)
    570575     *
    571576     * @uses bbp_get_forum() To get the forum
     
    630635     * Manage the column headers for the forums page
    631636     *
    632      * @since bbPress (r2485)
     637     * @since 2.0.0 bbPress (r2485)
    633638     *
    634639     * @param array $columns The columns
     
    666671     * Print extra columns for the forums page
    667672     *
    668      * @since bbPress (r2485)
     673     * @since 2.0.0 bbPress (r2485)
    669674     *
    670675     * @param string $column Column
     
    733738     * the forum title and add the open/close links
    734739     *
    735      * @since bbPress (r2577)
     740     * @since 2.0.0 bbPress (r2577)
    736741     *
    737742     * @param array $actions Actions
     
    777782     * Custom user feedback messages for forum post type
    778783     *
    779      * @since bbPress (r3080)
     784     * @since 2.0.0 bbPress (r3080)
    780785     *
    781786     * @global int $post_ID
     
    855860 * It could use dependency injection in the future, but for now this is easier.
    856861 *
    857  * @since bbPress (r2596)
     862 * @since 2.0.0 bbPress (r2596)
    858863 *
    859864 * @uses BBP_Forums_Admin
Note: See TracChangeset for help on using the changeset viewer.