Skip to content

Commit 1bcedea

Browse files
fix: fixes spacing
1 parent 1c2eafc commit 1bcedea

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

admin/partials/nginx-helper-general-options.php

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -178,9 +178,9 @@
178178
<br />
179179
<small>
180180
<?php
181-
echo wp_kses(
181+
echo wp_kses(
182182
sprintf(
183-
// translators: %s Nginx cache purge module link.
183+
// translators: %s Nginx cache purge module link.
184184
__( 'Uses the %s module.', 'nginx-helper' ),
185185
'<strong><a href="https://github.com/FRiCKLE/ngx_cache_purge">ngx_cache_purge</a></strong>'
186186
),
@@ -368,7 +368,7 @@
368368
<input type="checkbox" value="1" id="purge_page_on_new_comment" name="purge_page_on_new_comment" <?php checked( $nginx_helper_settings['purge_page_on_new_comment'], 1 ); ?>>
369369
&nbsp;
370370
<?php
371-
echo wp_kses(
371+
echo wp_kses(
372372
__( 'when a <strong>comment</strong> is <strong>approved/published</strong>.', 'nginx-helper' ),
373373
array( 'strong' => array() )
374374
);
@@ -646,7 +646,7 @@
646646
echo '<br /><br />';
647647
echo wp_kses(
648648
sprintf(
649-
// translators: %s file url.
649+
// translators: %s file url.
650650
__( 'Check you have write permission on <strong>%s</strong>', 'nginx-helper' ),
651651
esc_url( $log_path . 'map.conf' )
652652
),
@@ -656,7 +656,7 @@
656656
</p>
657657
</span>
658658
<?php
659-
}
659+
}
660660
?>
661661
<table class="form-table rtnginx-table">
662662
<tr>
@@ -782,14 +782,14 @@
782782
<input id="log_filesize" class="small-text" type="text" name="log_filesize" value="<?php echo esc_attr( $nginx_helper_settings['log_filesize'] ); ?>" />
783783
<?php
784784
esc_html_e( 'Mb', 'nginx-helper' );
785-
if ( $error_log_filesize ) {
786-
?>
785+
if ( $error_log_filesize ) {
786+
?>
787787
<p class="error fade" style="display: block;">
788-
<?php echo esc_html( $error_log_filesize ); ?>
788+
<?php echo esc_html( $error_log_filesize ); ?>
789789
</p>
790790
<?php
791791
}
792-
?>
792+
?>
793793
</td>
794794
</tr>
795795
</tbody>

0 commit comments

Comments
 (0)