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/common/shortcodes.php

    r5829 r5951  
    1515 * bbPress Shortcode Class
    1616 *
    17  * @since bbPress (r3031)
     17 * @since 2.0.0 bbPress (r3031)
    1818 */
    1919class BBP_Shortcodes {
     
    3131         * Add the register_shortcodes action to bbp_init
    3232         *
    33          * @since bbPress (r3031)
     33         * @since 2.0.0 bbPress (r3031)
    3434         *
    3535         * @uses setup_globals()
     
    4444         * Shortcode globals
    4545         *
    46          * @since bbPress (r3143)
     46         * @since 2.0.0 bbPress (r3143)
     47         *
    4748         * @access private
    4849         *
     
    100101         * Register the bbPress shortcodes
    101102         *
    102          * @since bbPress (r3031)
     103         * @since 2.0.0 bbPress (r3031)
    103104         *
    104105         * @uses add_shortcode()
     
    114115         * Unset some globals in the $bbp object that hold query related info
    115116         *
    116          * @since bbPress (r3034)
     117         * @since 2.0.0 bbPress (r3034)
    117118         */
    118119        private function unset_globals() {
     
    145146         * in the correct location in the_content() instead of when it's created.
    146147         *
    147          * @since bbPress (r3079)
     148         * @since 2.0.0 bbPress (r3079)
    148149         *
    149150         * @param string $query_name
     
    164165         * Return the contents of the output buffer and flush its contents.
    165166         *
    166          * @since bbPress( r3079)
     167         * @since 2.0.0 bbPress (r3079)
    167168         *
    168169         * @uses BBP_Shortcodes::unset_globals() Cleans up global values
     
    187188         * and return to ensure that post/page contents are displayed first.
    188189         *
    189          * @since bbPress (r3031)
     190         * @since 2.0.0 bbPress (r3031)
    190191         *
    191192         * @param array $attr
     
    213214         * and return to ensure that post/page contents are displayed first.
    214215         *
    215          * @since bbPress (r3031)
     216         * @since 2.0.0 bbPress (r3031)
    216217         *
    217218         * @param array $attr
     
    256257         * post/page contents are displayed first.
    257258         *
    258          * @since bbPress (r3566)
     259         * @since 2.1.0 bbPress (r3566)
    259260         *
    260261         * @uses get_template_part()
     
    278279         * and return to ensure that post/page contents are displayed first.
    279280         *
    280          * @since bbPress (r3031)
     281         * @since 2.0.0 bbPress (r3031)
    281282         *
    282283         * @param array $attr
     
    310311         * and return to ensure that post/page contents are displayed first.
    311312         *
    312          * @since bbPress (r3031)
     313         * @since 2.0.0 bbPress (r3031)
    313314         *
    314315         * @param array $attr
     
    376377         * <div id="bbpress-forums"></div> which will need to be sorted out later.
    377378         *
    378          * @since bbPress (r3031)
     379         * @since 2.0.0 bbPress (r3031)
    379380         *
    380381         * @param array $attr
     
    431432         * and return to ensure that post/page contents are displayed first.
    432433         *
    433          * @since bbPress (r3031)
     434         * @since 2.0.0 bbPress (r3031)
    434435         *
    435436         * @param array $attr
     
    493494         * post/page contents are displayed first.
    494495         *
    495          * @since bbPress (r3031)
     496         * @since 2.0.0 bbPress (r3031)
    496497         *
    497498         * @uses get_template_part()
     
    515516         * ensure that post/page contents are displayed first.
    516517         *
    517          * @since bbPress (r3110)
     518         * @since 2.0.0 bbPress (r3110)
    518519         *
    519520         * @return string
     
    543544         * and return to ensure that post/page contents are displayed first.
    544545         *
    545          * @since bbPress (r3110)
     546         * @since 2.0.0 bbPress (r3110)
    546547         *
    547548         * @param array $attr
     
    582583         * and return to ensure that post/page contents are displayed first.
    583584         *
    584          * @since bbPress (r3346)
     585         * @since 2.0.0 bbPress (r3346)
    585586         *
    586587         * @param array $attr
     
    610611         * ensure that post/page contents are displayed first.
    611612         *
    612          * @since bbPress (r3031)
     613         * @since 2.0.0 bbPress (r3031)
    613614         *
    614615         * @param array $attr
     
    653654         * post/page contents are displayed first.
    654655         *
    655          * @since bbPress (r4585)
     656         * @since 2.3.0 bbPress (r4585)
    656657         *
    657658         * @uses get_template_part()
     
    678679         * ensure that post/page contents are displayed first.
    679680         *
    680          * @since bbPress (r4579)
     681         * @since 2.3.0 bbPress (r4579)
    681682         *
    682683         * @param array $attr
     
    726727         * Display a login form
    727728         *
    728          * @since bbPress (r3302)
     729         * @since 2.0.0 bbPress (r3302)
    729730         *
    730731         * @return string
     
    752753         * Display a register form
    753754         *
    754          * @since bbPress (r3302)
     755         * @since 2.0.0 bbPress (r3302)
    755756         *
    756757         * @return string
     
    778779         * Display a lost password form
    779780         *
    780          * @since bbPress (r3302)
     781         * @since 2.0.0 bbPress (r3302)
    781782         *
    782783         * @return string
     
    806807         * Display forum statistics
    807808         *
    808          * @since bbPress (r4509)
     809         * @since 2.3.0 bbPress (r4509)
    809810         *
    810811         * @return shring
     
    828829         * Display a breadcrumb
    829830         *
    830          * @since bbPress (r3302)
     831         * @since 2.0.0 bbPress (r3302)
    831832         *
    832833         * @return string
     
    852853         * Filter the query for the topic index
    853854         *
    854          * @since bbPress (r3637)
     855         * @since 2.1.0 bbPress (r3637)
    855856         *
    856857         * @param array $args
     
    867868         * Filter the query for topic tags
    868869         *
    869          * @since bbPress (r3637)
     870         * @since 2.1.0 bbPress (r3637)
    870871         *
    871872         * @param array $args
Note: See TracChangeset for help on using the changeset viewer.