Skip to content

Commit 85db7e2

Browse files
fix: fixes spacing
1 parent eba37e5 commit 85db7e2

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

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

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -178,19 +178,19 @@
178178
<br />
179179
<small>
180180
<?php
181-
echo wp_kses(
182-
sprintf(
183-
// translators: %s Nginx cache purge module link.
184-
__( 'Uses the %s module.', 'nginx-helper' ),
185-
'<strong><a href="https://github.com/FRiCKLE/ngx_cache_purge">ngx_cache_purge</a></strong>'
186-
),
187-
array(
188-
'strong' => array(),
189-
'a' => array(
190-
'href' => array(),
191-
),
192-
)
193-
);
181+
echo wp_kses(
182+
sprintf(
183+
// translators: %s Nginx cache purge module link.
184+
__( 'Uses the %s module.', 'nginx-helper' ),
185+
'<strong><a href="https://github.com/FRiCKLE/ngx_cache_purge">ngx_cache_purge</a></strong>'
186+
),
187+
array(
188+
'strong' => array(),
189+
'a' => array(
190+
'href' => array(),
191+
),
192+
)
193+
);
194194
?>
195195
</small>
196196
</label>

0 commit comments

Comments
 (0)