Changeset 22614 for trunk/wp-content/themes/twentytwelve/functions.php
- Timestamp:
- 11/16/2012 09:22:17 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/twentytwelve/functions.php
r22359 r22614 309 309 310 310 <div class="reply"> 311 <?php comment_reply_link( array_merge( $args, array( 'reply_text' => __( 'Reply <span>↓</span>', 'twentytwelve' ), 'depth' => $depth, 'max_depth' => $args['max_depth'] ) ) ); ?>311 <?php comment_reply_link( array_merge( $args, array( 'reply_text' => __( 'Reply', 'twentytwelve' ), 'after' => ' <span>↓</span>', 'depth' => $depth, 'max_depth' => $args['max_depth'] ) ) ); ?> 312 312 </div><!-- .reply --> 313 313 </article><!-- #comment-## -->
Note: See TracChangeset
for help on using the changeset viewer.