Skip to content

Commit eba37e5

Browse files
fix: fixes spacing
1 parent ccbbd93 commit eba37e5

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -166,14 +166,14 @@
166166
<input type="radio" value="get_request" id="purge_method_get_request" name="purge_method" <?php checked( $nginx_helper_settings['purge_method'], 'get_request' ); ?>>
167167
&nbsp;
168168
<?php
169-
echo wp_kses(
170-
sprintf(
171-
'%1$s <strong>PURGE/url</strong> %2$s',
172-
esc_html__( 'Using a GET request to', 'nginx-helper' ),
173-
esc_html__( '(Default option)', 'nginx-helper' )
174-
),
175-
array( 'strong' => array() )
176-
);
169+
echo wp_kses(
170+
sprintf(
171+
'%1$s <strong>PURGE/url</strong> %2$s',
172+
esc_html__( 'Using a GET request to', 'nginx-helper' ),
173+
esc_html__( '(Default option)', 'nginx-helper' )
174+
),
175+
array( 'strong' => array() )
176+
);
177177
?>
178178
<br />
179179
<small>

0 commit comments

Comments
 (0)