Make WordPress Core


Ignore:
Timestamp:
10/17/2020 04:03:58 PM (4 years ago)
Author:
johnbillion
Message:

Docs: Fix and upgrade various object docblock notations.

See #50768

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentyten/functions.php

    r49106 r49183  
    411411     * @since Twenty Ten 1.0
    412412     *
    413      * @param object $comment The comment object.
    414      * @param array  $args    An array of arguments. @see get_comment_reply_link()
    415      * @param int    $depth   The depth of the comment.
     413     * @param WP_Comment $comment The comment object.
     414     * @param array      $args    An array of arguments. @see get_comment_reply_link()
     415     * @param int        $depth   The depth of the comment.
    416416     */
    417417    function twentyten_comment( $comment, $args, $depth ) {
Note: See TracChangeset for help on using the changeset viewer.