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/templates/default/bbpress-functions.php

    r5949 r5951  
    66 * @package bbPress
    77 * @subpackage BBP_Theme_Compat
    8  * @since bbPress (r3732)
     8 * @since 2.1.0 bbPress (r3732)
    99 */
    1010
     
    2828 * See @link BBP_Theme_Compat() for more.
    2929 *
    30  * @since bbPress (r3732)
     30 * @since 2.1.0 bbPress (r3732)
    3131 *
    3232 * @package bbPress
     
    4040     * The main bbPress (Default) Loader
    4141     *
    42      * @since bbPress (r3732)
     42     * @since 2.1.0 bbPress (r3732)
    4343     *
    4444     * @uses BBP_Default::setup_globals()
     
    6161     * Setup the theme hooks
    6262     *
    63      * @since bbPress (r3732)
     63     * @since 2.1.0 bbPress (r3732)
     64     *
    6465     * @access private
    6566     *
     
    9293     * the Twenty Twelve theme.
    9394     *
    94      * @since bbPress (r3732)
     95     * @since 2.1.0 bbPress (r3732)
    9596     */
    9697    public function before_main_content() {
     
    107108     * the Twenty Twelve theme.
    108109     *
    109      * @since bbPress (r3732)
     110     * @since 2.1.0 bbPress (r3732)
    110111     */
    111112    public function after_main_content() {
     
    121122     * Load the theme CSS
    122123     *
    123      * @since bbPress (r3732)
     124     * @since 2.1.0 bbPress (r3732)
    124125     *
    125126     * @uses wp_enqueue_style() To enqueue the styles
     
    148149     * Enqueue the required Javascript files
    149150     *
    150      * @since bbPress (r3732)
     151     * @since 2.1.0 bbPress (r3732)
    151152     *
    152153     * @uses bbp_is_single_forum() To check if it's the forum page
     
    220221     * These localizations require information that may not be loaded even by init.
    221222     *
    222      * @since bbPress (r3732)
     223     * @since 2.1.0 bbPress (r3732)
    223224     *
    224225     * @uses bbp_is_single_forum() To check if it's the forum page
     
    261262     * AJAX handler to Subscribe/Unsubscribe a user from a forum
    262263     *
    263      * @since bbPress (r5155)
     264     * @since 2.5.0 bbPress (r5155)
    264265     *
    265266     * @uses bbp_is_subscriptions_active() To check if the subscriptions are active
     
    329330     * AJAX handler to add or remove a topic from a user's favorites
    330331     *
    331      * @since bbPress (r3732)
     332     * @since 2.1.0 bbPress (r3732)
    332333     *
    333334     * @uses bbp_is_favorites_active() To check if favorites are active
     
    397398     * AJAX handler to Subscribe/Unsubscribe a user from a topic
    398399     *
    399      * @since bbPress (r3732)
     400     * @since 2.1.0 bbPress (r3732)
    400401     *
    401402     * @uses bbp_is_subscriptions_active() To check if the subscriptions are active
Note: See TracChangeset for help on using the changeset viewer.