Skip to content

Commit

Permalink
fix: fixes spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
Pathan-Amaankhan committed Mar 25, 2024
1 parent ccbbd93 commit eba37e5
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions admin/partials/nginx-helper-general-options.php
Original file line number Diff line number Diff line change
Expand Up @@ -166,14 +166,14 @@
<input type="radio" value="get_request" id="purge_method_get_request" name="purge_method" <?php checked( $nginx_helper_settings['purge_method'], 'get_request' ); ?>>
&nbsp;
<?php
echo wp_kses(
sprintf(
'%1$s <strong>PURGE/url</strong> %2$s',
esc_html__( 'Using a GET request to', 'nginx-helper' ),
esc_html__( '(Default option)', 'nginx-helper' )
),
array( 'strong' => array() )
);
echo wp_kses(
sprintf(
'%1$s <strong>PURGE/url</strong> %2$s',
esc_html__( 'Using a GET request to', 'nginx-helper' ),
esc_html__( '(Default option)', 'nginx-helper' )
),
array( 'strong' => array() )
);
?>
<br />
<small>
Expand Down

0 comments on commit eba37e5

Please sign in to comment.