Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace outdated email address with support form #119

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion disqus/manage.php
Original file line number Diff line number Diff line change
Expand Up @@ -622,7 +622,7 @@ function is_valid_dsq_key($value, $min=1, $max=64) {
<?php echo dsq_i('Having problems with the plugin? Check out our troubleshooting documentation.'); ?>&nbsp;
<a href="https://help.disqus.com/customer/portal/articles/472005" target="_blank"><?php echo dsq_i('WordPress troubleshooting ocumentation'); ?></a>
<?php echo dsq_i('You can also email us and include the debug info below.'); ?>&nbsp;
<a href="mailto:help+wp@disqus.com"><?php echo dsq_i('Contact support'); ?></a>
<a href="https://disqus.com/support"><?php echo dsq_i('Contact support'); ?></a>
</p>
<textarea style="width:90%; height:200px;">
URL: <?php echo esc_url( get_option('siteurl') ); ?>
Expand Down