From 7b6f24eeeb31caeb25962de71ce10d9206f2ec7d Mon Sep 17 00:00:00 2001 From: Andrew Nacin Date: Thu, 28 Oct 2010 03:58:51 +0000 Subject: [PATCH] Add a class to 'Your comment is awaiting moderation' in the comment walker and Twenty Ten's callback. fixes #15206. git-svn-id: https://develop.svn.wordpress.org/trunk@16028 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-content/themes/twentyten/functions.php | 2 +- wp-includes/comment-template.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-content/themes/twentyten/functions.php b/wp-content/themes/twentyten/functions.php index 82c747bac1..3979d25853 100644 --- a/wp-content/themes/twentyten/functions.php +++ b/wp-content/themes/twentyten/functions.php @@ -308,7 +308,7 @@ function twentyten_comment( $comment, $args, $depth ) { says:', 'twentyten' ), sprintf( '%s', get_comment_author_link() ) ); ?> comment_approved == '0' ) : ?> - +
diff --git a/wp-includes/comment-template.php b/wp-includes/comment-template.php index 4b0b5be68c..bb6b3d2a5b 100644 --- a/wp-includes/comment-template.php +++ b/wp-includes/comment-template.php @@ -1354,7 +1354,7 @@ class Walker_Comment extends Walker { %s says:'), get_comment_author_link()) ?> comment_approved == '0') : ?> - +