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

    r5829 r5951  
    1616 * Add a separator to the WordPress admin menus
    1717 *
    18  * @since bbPress (r2957)
     18 * @since 2.0.0 bbPress (r2957)
    1919 */
    2020function bbp_admin_separator() {
     
    4848 * Tell WordPress we have a custom menu order
    4949 *
    50  * @since bbPress (r2957)
     50 * @since 2.0.0 bbPress (r2957)
    5151 *
    5252 * @param bool $menu_order Menu order
     
    6464 * Move our custom separator above our custom post types
    6565 *
    66  * @since bbPress (r2957)
     66 * @since 2.0.0 bbPress (r2957)
    6767 *
    6868 * @param array $menu_order Menu Order
     
    118118 * Filter sample permalinks so that certain languages display properly.
    119119 *
    120  * @since bbPress (r3336)
     120 * @since 2.0.0 bbPress (r3336)
    121121 *
    122122 * @param string $post_link Custom post type permalink
     
    144144 * Sanitize permalink slugs when saving the settings page.
    145145 *
    146  * @since bbPress (r5364)
     146 * @since 2.6.0 bbPress (r5364)
    147147 *
    148148 * @param string $slug
     
    174174 * Uninstall all bbPress options and capabilities from a specific site.
    175175 *
    176  * @since bbPress (r3765)
     176 * @since 2.1.0 bbPress (r3765)
     177 *
    177178 * @param type $site_id
    178179 */
     
    193194 * Redirect user to bbPress's What's New page on activation
    194195 *
    195  * @since bbPress (r4389)
     196 * @since 2.2.0 bbPress (r4389)
    196197 *
    197198 * @internal Used internally to redirect bbPress to the about page on activation
     
    237238 * any third-party plugins.
    238239 *
    239  * @since bbPress (r3888)
     240 * @since 2.1.0 bbPress (r3888)
     241 *
    240242 * @global string $plugin_page
    241243 * @global array $submenu_file
     
    253255 * Output the tabs in the admin area
    254256 *
    255  * @since bbPress (r3872)
     257 * @since 2.1.0 bbPress (r3872)
     258 *
    256259 * @param string $active_tab Name of the tab that is active
    257260 */
     
    263266     * Output the tabs in the admin area
    264267     *
    265      * @since bbPress (r3872)
     268     * @since 2.1.0 bbPress (r3872)
     269     *
    266270     * @param string $active_tab Name of the tab that is active
    267271     */
Note: See TracChangeset for help on using the changeset viewer.