Make WordPress Core


Ignore:
Timestamp:
11/16/2012 09:22:17 PM (12 years ago)
Author:
lancewillett
Message:

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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-content/themes/twentytwelve/functions.php

    r22359 r22614  
    309309
    310310            <div class="reply">
    311                 <?php comment_reply_link( array_merge( $args, array( 'reply_text' => __( 'Reply <span>&darr;</span>', 'twentytwelve' ), 'depth' => $depth, 'max_depth' => $args['max_depth'] ) ) ); ?>
     311                <?php comment_reply_link( array_merge( $args, array( 'reply_text' => __( 'Reply', 'twentytwelve' ), 'after' => ' <span>&darr;</span>', 'depth' => $depth, 'max_depth' => $args['max_depth'] ) ) ); ?>
    312312            </div><!-- .reply -->
    313313        </article><!-- #comment-## -->
Note: See TracChangeset for help on using the changeset viewer.