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'] ) ) ); ?>