Changeset 22614
- Timestamp:
- 11/16/2012 09:22:17 PM (12 years ago)
- Location:
- trunk/wp-content/themes/twentytwelve
- Files:
-
- 2 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-## --> -
trunk/wp-content/themes/twentytwelve/style.css
r22579 r22614 1208 1208 font-size: 0.714285714rem; 1209 1209 } 1210 a.comment-reply-link { 1210 a.comment-reply-link, 1211 a.comment-edit-link { 1212 color: #686868; 1211 1213 font-size: 13px; 1212 1214 font-size: 0.928571429rem; 1213 1215 line-height: 1.846153846; 1214 color: #686868; 1215 } 1216 a.comment- reply-link:hover {1216 } 1217 a.comment-reply-link:hover, 1218 a.comment-edit-link:hover { 1217 1219 color: #21759b; 1218 1220 }
Note: See TracChangeset
for help on using the changeset viewer.