Skip to content

Commit 10fc73a

Browse files
webspecnickpirogoeth
authored andcommitted
Change the default click tracking dropdown to htmlonly. (#58)
1 parent c1345f8 commit 10fc73a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

includes/options-page.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,8 @@
9696
</th>
9797
<td>
9898
<select name="mailgun[track-clicks]">
99-
<option value="yes"<?php selected('yes', $this->get_option('track-clicks')); ?>><?php _e('Yes', 'mailgun'); ?></option>
10099
<option value="htmlonly"<?php selected('htmlonly', $this->get_option('track-clicks')); ?>><?php _e('HTML Only', 'mailgun'); ?></option>
100+
<option value="yes"<?php selected('yes', $this->get_option('track-clicks')); ?>><?php _e('Yes', 'mailgun'); ?></option>
101101
<option value="no"<?php selected('no', $this->get_option('track-clicks')); ?>><?php _e('No', 'mailgun'); ?></option>
102102
</select>
103103
<p class="description"><?php _e('If enabled, Mailgun will and track links.', 'mailgun'); ?> <a href="http://documentation.mailgun.com/user_manual.html#tracking-clicks" target="_blank">Click Tracking Documentation</a></p>

0 commit comments

Comments
 (0)