From d0dea25296ec138d43161aa5724cff44427eac26 Mon Sep 17 00:00:00 2001 From: Lance Willett Date: Fri, 16 Nov 2012 21:22:17 +0000 Subject: [PATCH] Twenty Twelve: improve arrow display in comment reply text, props miqrogroove. Also consistent styles for edit link to match reply link in color and size. Closes #22468. git-svn-id: https://develop.svn.wordpress.org/trunk@22614 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-content/themes/twentytwelve/functions.php | 2 +- wp-content/themes/twentytwelve/style.css | 8 +++++--- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/wp-content/themes/twentytwelve/functions.php b/wp-content/themes/twentytwelve/functions.php index deddfc4c38..2029e962c1 100644 --- a/wp-content/themes/twentytwelve/functions.php +++ b/wp-content/themes/twentytwelve/functions.php @@ -308,7 +308,7 @@ function twentytwelve_comment( $comment, $args, $depth ) {
- __( 'Reply ', 'twentytwelve' ), 'depth' => $depth, 'max_depth' => $args['max_depth'] ) ) ); ?> + __( 'Reply', 'twentytwelve' ), 'after' => ' ', 'depth' => $depth, 'max_depth' => $args['max_depth'] ) ) ); ?>