Making WordPress.org

Changeset 928


Ignore:
Timestamp:
10/23/2014 06:18:52 AM (12 years ago)
Author:
coffee2code
Message:

Code Reference: add separator before comment moderation message (when shown)

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  
    208208
    209209                                                <?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"> &mdash; <?php _e( 'Your note is awaiting moderation.', 'wporg' ); ?></p>
    211211                                                <?php endif; ?>
    212212                                        </footer>
Note: See TracChangeset for help on using the changeset viewer.