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/extend/akismet.php

    r5933 r5951  
    1515 * Loads Akismet extension
    1616 *
    17  * @since bbPress (r3277)
     17 * @since 2.0.0 bbPress (r3277)
    1818 *
    1919 * @package bbPress
     
    2525     * The main bbPress Akismet loader
    2626     *
    27      * @since bbPress (r3277)
     27     * @since 2.0.0 bbPress (r3277)
    2828     *
    2929     * @uses add_filter()
     
    3636     * Setup the admin hooks
    3737     *
    38      * @since bbPress (r3277)
     38     * @since 2.0.0 bbPress (r3277)
     39     *
    3940     * @access private
    4041     *
     
    8283     * Converts topic/reply data into Akismet comment checking format
    8384     *
    84      * @since bbPress (r3277)
     85     * @since 2.0.0 bbPress (r3277)
    8586     *
    8687     * @param string $post_data
     
    221222     * Submit a post for spamming or hamming
    222223     *
    223      * @since bbPress (r3277)
     224     * @since 2.0.0 bbPress (r3277)
    224225     *
    225226     * @param int $post_id
     
    363364     * Ping Akismet service and check for spam/ham response
    364365     *
    365      * @since bbPress (r3277)
     366     * @since 2.0.0 bbPress (r3277)
    366367     *
    367368     * @param array $post_data
     
    442443     * Update post meta after a spam check
    443444     *
    444      * @since bbPress (r3308)
     445     * @since 2.0.0 bbPress (r3308)
    445446     *
    446447     * @param int $post_id
     
    532533     * Update a post's Akismet history
    533534     *
    534      * @since bbPress (r3308)
     535     * @since 2.0.0 bbPress (r3308)
    535536     *
    536537     * @param int $post_id
     
    573574     * Get a post's Akismet history
    574575     *
    575      * @since bbPress (r3308)
     576     * @since 2.0.0 bbPress (r3308)
    576577     *
    577578     * @param int $post_id
     
    596597     * Handle any terms submitted with a post flagged as spam
    597598     *
    598      * @since bbPress (r3308)
     599     * @since 2.0.0 bbPress (r3308)
    599600     *
    600601     * @param string $terms Comma-separated list of terms
     
    633634     * documented to bbPress 2.0 standard.
    634635     *
    635      * @since bbPress (r3466)
     636     * @since 2.0.0 bbPress (r3466)
    636637     *
    637638     * @param string $request The request we are sending
     
    690691     * Return a user's roles on this site (including super_admin)
    691692     *
    692      * @since bbPress (r4812)
     693     * @since 2.3.0 bbPress (r4812)
    693694     *
    694695     * @param type $user_id
     
    724725     * Add Aksimet History metaboxes to topics and replies
    725726     *
    726      * @since bbPress (r5049)
     727     * @since 2.4.0 bbPress (r5049)
    727728     */
    728729    public function add_metaboxes() {
     
    752753     * Output for Akismet History metabox
    753754     *
    754      * @since bbPress (r5049)
     755     * @since 2.4.0 bbPress (r5049)
    755756     *
    756757     * @uses get_post_history() To get the Akismet history for the post
Note: See TracChangeset for help on using the changeset viewer.