Changeset 18360 for trunk/wp-content/themes/twentyeleven/functions.php
- Timestamp:
- 06/27/2011 10:17:19 PM (14 years ago)
- File:
-
- 1 edited
-
trunk/wp-content/themes/twentyeleven/functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/twentyeleven/functions.php
r18335 r18360 542 542 543 543 <div class="reply"> 544 <?php comment_reply_link( array_merge( $args, array( 'reply_text' => __( 'Reply ↓', 'twentyeleven' ), 'depth' => $depth, 'max_depth' => $args['max_depth'] ) ) ); ?>544 <?php comment_reply_link( array_merge( $args, array( 'reply_text' => __( 'Reply <span>↓</span>', 'twentyeleven' ), 'depth' => $depth, 'max_depth' => $args['max_depth'] ) ) ); ?> 545 545 </div><!-- .reply --> 546 546 </article><!-- #comment-## -->
Note: See TracChangeset
for help on using the changeset viewer.