Skip to content

Commit

Permalink
Fix back to settings link on lists page (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrejcremoznik authored and pirogoeth committed Nov 22, 2017
1 parent 7dbae80 commit b8a5dff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/lists-page.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@

<?php settings_fields('mailgun'); ?>

<h3><?php _e('Available Mailing Lists', 'mailgun'); ?> | <a href="/wp-admin/options-general.php?page=mailgun">Back to settings</a></h3>
<h3><?php _e('Available Mailing Lists', 'mailgun'); ?> | <a href="<?php echo admin_url('options-general.php?page=mailgun'); ?>">Back to settings</a></h3>

<p><?php _e("{$missing_error}You must use a valid Mailgun domain name and API key to access lists", 'mailgun'); ?></p>

Expand Down

0 comments on commit b8a5dff

Please sign in to comment.