File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed
Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change 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 ),
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
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 );
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 ),
656656 </p>
657657 </span>
658658 <?php
659- }
659+ }
660660 ?>
661661 <table class="form-table rtnginx-table">
662662 <tr>
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>
You can’t perform that action at this time.
0 commit comments