Make WordPress Core


Ignore:
Timestamp:
06/27/2011 10:17:19 PM (14 years ago)
Author:
azaozz
Message:

More fixes for 2011, props iandstewart, see #17809

File:
1 edited

Legend:

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

    r18335 r18360  
    542542
    543543            <div class="reply">
    544                 <?php comment_reply_link( array_merge( $args, array( 'reply_text' => __( 'Reply &darr;', 'twentyeleven' ), 'depth' => $depth, 'max_depth' => $args['max_depth'] ) ) ); ?>
     544                <?php comment_reply_link( array_merge( $args, array( 'reply_text' => __( 'Reply <span>&darr;</span>', 'twentyeleven' ), 'depth' => $depth, 'max_depth' => $args['max_depth'] ) ) ); ?>
    545545            </div><!-- .reply -->
    546546        </article><!-- #comment-## -->
Note: See TracChangeset for help on using the changeset viewer.