File tree Expand file tree Collapse file tree 1 file changed +13
-13
lines changed
Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Original file line number Diff line number Diff line change 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>
You can’t perform that action at this time.
0 commit comments