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

    r5908 r5951  
    1717 * @package bbPress
    1818 * @subpackage Administration
    19  * @since bbPress (r2464)
     19 * @since 2.0.0 bbPress (r2464)
    2020 */
    2121class BBP_Replies_Admin {
     
    3333     * The main bbPress admin loader
    3434     *
    35      * @since bbPress (r2515)
     35     * @since 2.0.0 bbPress (r2515)
    3636     *
    3737     * @uses BBP_Replies_Admin::setup_globals() Setup the globals needed
     
    4747     * Setup the admin hooks, actions and filters
    4848     *
    49      * @since bbPress (r2646)
     49     * @since 2.0.0 bbPress (r2646)
     50     *
    5051     * @access private
    5152     *
     
    9596     * Should we bail out of this method?
    9697     *
    97      * @since bbPress (r4067)
     98     * @since 2.1.0 bbPress (r4067)
     99     *
    98100     * @return boolean
    99101     */
     
    109111     * Admin globals
    110112     *
    111      * @since bbPress (r2646)
     113     * @since 2.0.0 bbPress (r2646)
     114     *
    112115     * @access private
    113116     */
     
    121124     * Contextual help for bbPress reply edit page
    122125     *
    123      * @since bbPress (r3119)
     126     * @since 2.0.0 bbPress (r3119)
     127     *
    124128     * @uses get_current_screen()
    125129     */
     
    188192     * Contextual help for bbPress reply edit page
    189193     *
    190      * @since bbPress (r3119)
     194     * @since 2.0.0 bbPress (r3119)
     195     *
    191196     * @uses get_current_screen()
    192197     */
     
    247252     * Add the reply attributes metabox
    248253     *
    249      * @since bbPress (r2746)
     254     * @since 2.0.0 bbPress (r2746)
    250255     *
    251256     * @uses bbp_get_reply_post_type() To get the reply post type
     
    274279     * Pass the reply attributes for processing
    275280     *
    276      * @since bbPress (r2746)
     281     * @since 2.0.0 bbPress (r2746)
    277282     *
    278283     * @param int $reply_id Reply id
     
    339344     * Allows editing of information about an author
    340345     *
    341      * @since bbPress (r2828)
     346     * @since 2.0.0 bbPress (r2828)
    342347     *
    343348     * @uses bbp_get_topic() To get the topic
     
    376381     * Add some general styling to the admin area
    377382     *
    378      * @since bbPress (r2464)
     383     * @since 2.0.0 bbPress (r2464)
    379384     *
    380385     * @uses bbp_get_forum_post_type() To get the forum post type
     
    451456     * Handles the admin-side spamming/unspamming of replies
    452457     *
    453      * @since bbPress (r2740)
     458     * @since 2.0.0 bbPress (r2740)
    454459     *
    455460     * @uses bbp_get_reply() To get the reply
     
    532537     * {@link BBP_Admin::toggle_reply()}
    533538     *
    534      * @since bbPress (r2740)
     539     * @since 2.0.0 bbPress (r2740)
    535540     *
    536541     * @uses bbp_get_reply() To get the reply
     
    607612     * Manage the column headers for the replies page
    608613     *
    609      * @since bbPress (r2577)
     614     * @since 2.0.0 bbPress (r2577)
    610615     *
    611616     * @param array $columns The columns
     
    635640     * Print extra columns for the replies page
    636641     *
    637      * @since bbPress (r2577)
     642     * @since 2.0.0 bbPress (r2577)
    638643     *
    639644     * @param string $column Column
     
    755760     * content and spam link
    756761     *
    757      * @since bbPress (r2577)
     762     * @since 2.0.0 bbPress (r2577)
    758763     *
    759764     * @param array $actions Actions
     
    833838     * Add forum dropdown to topic and reply list table filters
    834839     *
    835      * @since bbPress (r2991)
     840     * @since 2.0.0 bbPress (r2991)
    836841     *
    837842     * @uses bbp_get_reply_post_type() To get the reply post type
     
    866871     * Adjust the request query and include the forum id
    867872     *
    868      * @since bbPress (r2991)
     873     * @since 2.0.0 bbPress (r2991)
    869874     *
    870875     * @param array $query_vars Query variables from {@link WP_Query}
     
    894899     * Custom user feedback messages for reply post type
    895900     *
    896      * @since bbPress (r3080)
     901     * @since 2.0.0 bbPress (r3080)
    897902     *
    898903     * @global int $post_ID
     
    972977 * It could use dependency injection in the future, but for now this is easier.
    973978 *
    974  * @since bbPress (r2596)
     979 * @since 2.0.0 bbPress (r2596)
    975980 *
    976981 * @uses BBP_Replies_Admin
Note: See TracChangeset for help on using the changeset viewer.