Skip to content

Commit a2ca46d

Browse files
Fix: indentation
1 parent a85bd1b commit a2ca46d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

admin/class-nginx-helper-admin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1014,7 +1014,7 @@ public function suggest_purge_after_update() {
10141014
<div class="notice notice-info">
10151015
<p>
10161016
<?php
1017-
esc_html_e( 'A WordPress update was detected. It is recommended to purge the cache to ensure your site displays the latest changes.', 'nginx-helper' );
1017+
esc_html_e( 'A WordPress update was detected. It is recommended to purge the cache to ensure your site displays the latest changes.', 'nginx-helper' );
10181018
?>
10191019
<a href="<?php echo esc_url( $settings_link ); ?>"><?php esc_html_e( 'Go & Purge Cache', 'nginx-helper' ); ?></a>
10201020
|

0 commit comments

Comments
 (0)