Skip to content
This repository has been archived by the owner on Sep 16, 2019. It is now read-only.

Update foundation.php #487

Merged
merged 1 commit into from
Sep 29, 2015
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion library/foundation.php
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ function start_el( &$output, $comment, $depth = 0, $args = array(), $id = 0 ) {
<section id="comment-content-<?php comment_ID(); ?>" class="comment">
<?php if ( ! $comment->comment_approved ) : ?>
<div class="notice">
<p class="bottom"><?php $args['moderation']; ?></p>
<p class="bottom"><?php _e( 'Your comment is awaiting moderation.' ); ?></p>
</div>
<?php else : comment_text(); ?>
<?php endif; ?>
Expand Down