Changeset 16028 for trunk/wp-includes/comment-template.php
- Timestamp:
- 10/28/2010 03:58:51 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/comment-template.php
r15957 r16028 1355 1355 </div> 1356 1356 <?php if ($comment->comment_approved == '0') : ?> 1357 <em ><?php _e('Your comment is awaiting moderation.') ?></em>1357 <em class="comment-awaiting-moderation"><?php _e('Your comment is awaiting moderation.') ?></em> 1358 1358 <br /> 1359 1359 <?php endif; ?>
Note: See TracChangeset
for help on using the changeset viewer.