From ca3c50bd64fe721dd7a9cd6505d7d12222d2a12a 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: http://core.svn.wordpress.org/trunk@22614 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- functions.php | 2 +- style.css | 8 +++++--- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/functions.php b/functions.php index deddfc4c3..2029e962c 100644 --- a/functions.php +++ b/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'] ) ) ); ?>