Changeset 16028 for trunk/wp-content/themes/twentyten/functions.php
- Timestamp:
- 10/28/2010 03:58:51 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/twentyten/functions.php
r16005 r16028 309 309 </div><!-- .comment-author .vcard --> 310 310 <?php if ( $comment->comment_approved == '0' ) : ?> 311 <em ><?php _e( 'Your comment is awaiting moderation.', 'twentyten' ); ?></em>311 <em class="comment-awaiting-moderation"><?php _e( 'Your comment is awaiting moderation.', 'twentyten' ); ?></em> 312 312 <br /> 313 313 <?php endif; ?>
Note: See TracChangeset
for help on using the changeset viewer.