Make WordPress Core

Ticket #58715: 58715.2.patch

File 58715.2.patch, 2.1 KB (added by upadalavipul, 17 months ago)

few more files in need improvement.

  • wp-content/themes/twentyeleven/functions.php

     
    707707         * Used as a callback by wp_list_comments() for displaying the comments.
    708708         *
    709709         * @since Twenty Eleven 1.0
     710         *
     711         * @global WP_Comment $comment Global comment object.
    710712         *
    711713         * @param WP_Comment $comment The comment object.
    712714         * @param array      $args    An array of comment arguments. @see get_comment_reply_link()
  • wp-content/themes/twentyten/functions.php

     
    416416         * Used as a callback by wp_list_comments() for displaying the comments.
    417417         *
    418418         * @since Twenty Ten 1.0
     419         *
     420         * @global WP_Comment $comment Global comment object.
    419421         *
    420422         * @param WP_Comment $comment The comment object.
    421423         * @param array      $args    An array of arguments. @see get_comment_reply_link()
  • wp-content/themes/twentytwelve/functions.php

     
    420420         * Used as a callback by wp_list_comments() for displaying the comments.
    421421         *
    422422         * @since Twenty Twelve 1.0
    423          *
     423         *
     424         * @global WP_Comment $comment Global comment object.
    424425         * @global WP_Post $post Global post object.
    425426         */
    426427        function twentytwelve_comment( $comment, $args, $depth ) {
  • wp-content/themes/twentytwentyone/functions.php

     
    77 * @package WordPress
    88 * @subpackage Twenty_Twenty_One
    99 * @since Twenty Twenty-One 1.0
     10 *
     11 * @global string $wp_version WordPress version.
    1012 */
    1113
    1214// This theme requires WordPress 5.3 or later.