Skip to content

Commit

Permalink
update comments class
Browse files Browse the repository at this point in the history
  • Loading branch information
sksaju committed Apr 1, 2024
1 parent f18444d commit 2247d20
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions includes/classes/Comments/Comments.php
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ public function diable_comments_setting_field_output() {
<label for="tenup-disable-comments-no">
<?php esc_html_e( 'No', 'tenup' ); ?>
</label>
<p class="description"><?php esc_html_e( 'This will remove all the comments related Ui from the admin and frontend.', '10up' ); ?></p>
<p class="description"><?php esc_html_e( 'This will remove all the comments related Ui from the admin and frontend.', 'tenup' ); ?></p>
<?php
}

Expand All @@ -103,7 +103,7 @@ public function disable_comments_settings() {
$setting = $this->get_setting();
?>
<h2><?php esc_html_e( 'Disable Comments', 'tenup' ); ?></h2>
<p><?php esc_html_e( 'This will remove all the comments related Ui from the admin and frontend.', '10up' ); ?></p>
<p><?php esc_html_e( 'This will remove all the comments related Ui from the admin and frontend.', 'tenup' ); ?></p>
<table class="form-table" role="presentation">
<tbody>
<tr>
Expand Down

0 comments on commit 2247d20

Please sign in to comment.