Skip to content

Commit 23305f0

Browse files
authored
Merge pull request #241 from KirillGritcenko/fix/custom-purge-url-dispalys-prev-value
Changed variable for 'Custom Purge URL' field value
2 parents 3b8f71d + 3708a6d commit 23305f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -496,7 +496,7 @@
496496
<h4><?php esc_html_e( 'Custom Purge URL:', 'nginx-helper' ); ?></h4>
497497
</th>
498498
<td>
499-
<textarea rows="5"class="rt-purge_url" id="purge_url" name="purge_url"><?php echo esc_textarea( $nginx_helper_admin->options['purge_url'] ); ?></textarea>
499+
<textarea rows="5"class="rt-purge_url" id="purge_url" name="purge_url"><?php echo esc_textarea( $nginx_helper_settings['purge_url'] ); ?></textarea>
500500
<p class="description">
501501
<?php
502502
esc_html_e( 'Add one URL per line. URL should not contain domain name.', 'nginx-helper' );

0 commit comments

Comments
 (0)