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

    r5932 r5951  
    1313 * Filter the Dashboard "at a glance" items and append bbPress elements to it.
    1414 *
    15  * @since bbPress (r5268)
     15 * @since 2.6.0 bbPress (r5268)
    1616 *
    1717 * @param array $elements
     
    6060 * Adds a dashboard widget with forum statistics
    6161 *
    62  * @since bbPress (r2770)
    63  * @deprecated bbPress (r5268)
     62 * @since 2.0.0 bbPress (r2770)
     63 *
     64 * @deprecated 2.6.0 bbPress (r5268)
    6465 *
    6566 * @uses bbp_get_version() To get the current bbPress version
     
    285286 * The metabox that holds all of the additional forum information
    286287 *
    287  * @since bbPress (r2744)
     288 * @since 2.0.0 bbPress (r2744)
    288289 *
    289290 * @uses bbp_is_forum_closed() To check if a forum is closed or not
     
    383384 * The metabox that holds all of the additional topic information
    384385 *
    385  * @since bbPress (r2464)
     386 * @since 2.0.0 bbPress (r2464)
    386387 *
    387388 * @uses bbp_get_topic_forum_id() To get the topic forum id
     
    460461 * The metabox that holds all of the additional reply information
    461462 *
    462  * @since bbPress (r2464)
     463 * @since 2.0.0 bbPress (r2464)
    463464 *
    464465 * @uses bbp_get_topic_post_type() To get the topic post type
     
    551552 * Output the topic replies metabox
    552553 *
    553  * @since bbPress (r5886)
     554 * @since 2.6.0 bbPress (r5886)
    554555 *
    555556 * @param type $topic
     
    592593 * Anonymous user information metabox
    593594 *
    594  * @since bbPress (r2828)
     595 * @since 2.0.0 bbPress (r2828)
    595596 *
    596597 * @uses bbp_is_reply_anonymous() To check if reply is anonymous
Note: See TracChangeset for help on using the changeset viewer.