Ticket #58715: 58715.2.patch
File 58715.2.patch, 2.1 KB (added by , 17 months ago) |
---|
-
wp-content/themes/twentyeleven/functions.php
707 707 * Used as a callback by wp_list_comments() for displaying the comments. 708 708 * 709 709 * @since Twenty Eleven 1.0 710 * 711 * @global WP_Comment $comment Global comment object. 710 712 * 711 713 * @param WP_Comment $comment The comment object. 712 714 * @param array $args An array of comment arguments. @see get_comment_reply_link() -
wp-content/themes/twentyten/functions.php
416 416 * Used as a callback by wp_list_comments() for displaying the comments. 417 417 * 418 418 * @since Twenty Ten 1.0 419 * 420 * @global WP_Comment $comment Global comment object. 419 421 * 420 422 * @param WP_Comment $comment The comment object. 421 423 * @param array $args An array of arguments. @see get_comment_reply_link() -
wp-content/themes/twentytwelve/functions.php
420 420 * Used as a callback by wp_list_comments() for displaying the comments. 421 421 * 422 422 * @since Twenty Twelve 1.0 423 * 423 * 424 * @global WP_Comment $comment Global comment object. 424 425 * @global WP_Post $post Global post object. 425 426 */ 426 427 function twentytwelve_comment( $comment, $args, $depth ) { -
wp-content/themes/twentytwentyone/functions.php
7 7 * @package WordPress 8 8 * @subpackage Twenty_Twenty_One 9 9 * @since Twenty Twenty-One 1.0 10 * 11 * @global string $wp_version WordPress version. 10 12 */ 11 13 12 14 // This theme requires WordPress 5.3 or later.