Skip to:
Content

bbPress.org


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

    r5829 r5951  
    1717 * Output the URL to use for theme-side bbPress AJAX requests
    1818 *
    19  * @since bbPress (r4543)
     19 * @since 2.3.0 bbPress (r4543)
    2020 *
    2121 * @uses bbp_get_ajax_url() To get the URL to use for AJAX requests
     
    2727     * Return the URL to use for theme-side bbPress AJAX requests
    2828     *
    29      * @since bbPress (r4543)
     29     * @since 2.3.0 bbPress (r4543)
    3030     *
    3131     * @global WP $wp
     
    4444 * Is this a bbPress AJAX request?
    4545 *
    46  * @since bbPress (r4543)
     46 * @since 2.3.0 bbPress (r4543)
    4747 *
    4848 * @return bool Looking for bbp-ajax
     
    5656 * theme-side ajax handler.
    5757 *
    58  * @since bbPress (r4543)
     58 * @since 2.3.0 bbPress (r4543)
    5959 *
    6060 * @return If not a bbPress ajax request
     
    8686 * Helper method to return JSON response for the ajax calls
    8787 *
    88  * @since bbPress (r4542)
     88 * @since 2.3.0 bbPress (r4542)
    8989 *
    9090 * @param bool $success
Note: See TracChangeset for help on using the changeset viewer.