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/twentyeleven/functions.php

    r49105 r49183  
    699699     * @since Twenty Eleven 1.0
    700700     *
    701      * @param object $comment The comment object.
    702      * @param array  $args    An array of comment arguments. @see get_comment_reply_link()
    703      * @param int    $depth   The depth of the comment.
     701     * @param WP_Comment $comment The comment object.
     702     * @param array      $args    An array of comment arguments. @see get_comment_reply_link()
     703     * @param int        $depth   The depth of the comment.
    704704     */
    705705    function twentyeleven_comment( $comment, $args, $depth ) {
Note: See TracChangeset for help on using the changeset viewer.