Changeset 928 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/inc/template-tags.php
- Timestamp:
- 10/23/2014 06:18:52 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/inc/template-tags.php
r923 r928 208 208 209 209 <?php if ( '0' == $comment->comment_approved ) : ?> 210 <p class="comment-awaiting-moderation"> <?php _e( 'Your note is awaiting moderation.', 'wporg' ); ?></p>210 <p class="comment-awaiting-moderation"> — <?php _e( 'Your note is awaiting moderation.', 'wporg' ); ?></p> 211 211 <?php endif; ?> 212 212 </footer>
Note: See TracChangeset
for help on using the changeset viewer.