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/replies/capabilities.php

    r5852 r5951  
    1313 * Return reply capabilities
    1414 *
    15  * @since bbPress (r2593)
     15 * @since 2.0.0 bbPress (r2593)
    1616 *
    1717 * @uses apply_filters() Calls 'bbp_get_reply_caps' with the capabilities
     
    3232 * Maps topic capabilities
    3333 *
    34  * @since bbPress (r4242)
     34 * @since 2.2.0 bbPress (r4242)
    3535 *
    3636 * @param array $caps Capabilities for meta capability
Note: See TracChangeset for help on using the changeset viewer.