Skip to content

Commit

Permalink
Module Comments Form: Fixed Notice
Browse files Browse the repository at this point in the history
  • Loading branch information
Dima committed Apr 27, 2017
1 parent 6b5ef2d commit 32f803a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/tp-comments-form/module.php
Original file line number Diff line number Diff line change
Expand Up @@ -1324,7 +1324,7 @@ function output( $options ) {
<?php } else {

if ( $dslc_active ) {
echo '<div class="dslc-notification dslc-red">' . __( 'Comments disabled for the current post ( whole website ), please see this article for more details on how to enable comments on your website.', 'live-composer-page-builder' ) . '</div>';
echo '<div class="dslc-notification dslc-red">' . __( 'Comments disabled for the current post ( whole website ), please enable comments on your website.', 'live-composer-page-builder' ) . '</div>';
}

} ?>
Expand Down

0 comments on commit 32f803a

Please sign in to comment.