Make WordPress Core


Ignore:
Timestamp:
12/01/2013 01:24:41 AM (11 years ago)
Author:
SergeyBiryukov
Message:

Correct @since values. see #25522.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/comment.php

    r26491 r26492  
    698698         * the comment author's name string is passed.
    699699         *
    700          * @since 1.5.2
     700         * @since 1.5.0
    701701         *
    702702         * @param string $author_cookie The comment author name cookie.
     
    715715         * the comment author's email string is passed.
    716716         *
    717          * @since 1.5.2
     717         * @since 1.5.0
    718718         *
    719719         * @param string $author_email_cookie The comment author email cookie.
     
    732732         * the comment author's URL string is passed.
    733733         *
    734          * @since 1.5.2
     734         * @since 1.5.0
    735735         *
    736736         * @param string $author_url_cookie The comment author URL cookie.
     
    861861             * Fires before the comment flood message is triggered.
    862862             *
    863              * @since 1.5.2
     863             * @since 1.5.0
    864864             *
    865865             * @param int $time_lastcomment Timestamp of when the last comment was posted.
     
    10251025     * Fires before the comment is tested for blacklisted characters or words.
    10261026     *
    1027      * @since 1.5.2
     1027     * @since 1.5.0
    10281028     *
    10291029     * @param string $author     Comment author.
     
    11621162     * Fires immediately before a comment is deleted from the database.
    11631163     *
    1164      * @since 1.2.1
     1164     * @since 1.2.0
    11651165     *
    11661166     * @param int $comment_id The comment ID.
     
    12011201     * Fires immediately before changing the comment's status to 'delete'.
    12021202     *
    1203      * @since 1.5.2
     1203     * @since 1.5.0
    12041204     *
    12051205     * @param int    $comment_id The comment ID.
     
    16061606         * (for back-compat), followed by the standard 'user_id' value.
    16071607         *
    1608          * @since 1.5.2
     1608         * @since 1.5.0
    16091609         *
    16101610         * @param int $user_ID The comment author's user ID.
     
    16191619     * Filter the comment author's browser user agent before it is set.
    16201620     *
    1621      * @since 1.5.2
     1621     * @since 1.5.0
    16221622     *
    16231623     * @param int $comment_agent The comment author's browser user agent.
     
    16291629     * Filter the comment content before it is set.
    16301630     *
    1631      * @since 1.5.2
     1631     * @since 1.5.0
    16321632     *
    16331633     * @param int $comment_content The comment content.
     
    16371637     * Filter the comment author's IP before it is set.
    16381638     *
    1639      * @since 1.5.2
     1639     * @since 1.5.0
    16401640     *
    16411641     * @param int $comment_author_ip The comment author's IP.
     
    16881688     * Filter a comment's data before it is sanitized and inserted into the database.
    16891689     *
    1690      * @since 1.5.2
     1690     * @since 1.5.0
    16911691     *
    16921692     * @param array $commentdata Comment data.
     
    17191719     * Fires immediately after a comment is inserted into the database.
    17201720     *
    1721      * @since 1.2.1
     1721     * @since 1.2.0
    17221722     *
    17231723     * @param int $comment_ID       The comment ID.
     
    17991799     * The hook also fires immediately before comment status transition hooks are fired.
    18001800     *
    1801      * @since 1.5.2
     1801     * @since 1.5.0
    18021802     *
    18031803     * @param int         $comment_id     The comment ID.
     
    18491849     * Filter the comment content before it is updated in the database.
    18501850     *
    1851      * @since 1.5.2
     1851     * @since 1.5.0
    18521852     *
    18531853     * @param string $comment_content The comment data.
     
    18741874     * The hook also fires immediately before comment status transition hooks are fired.
    18751875     *
    1876      * @since 1.2.1
     1876     * @since 1.2.0
    18771877     *
    18781878     * @param int $comment_ID The comment ID.
Note: See TracChangeset for help on using the changeset viewer.