Skip to content

Commit

Permalink
remove rewrite diagnostics section
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigoprimo committed Jan 22, 2014
1 parent 839ed97 commit a24c74b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 30 deletions.
5 changes: 0 additions & 5 deletions admin.php
Original file line number Diff line number Diff line change
Expand Up @@ -108,11 +108,6 @@ function sc_render_social_connect_settings(){
<p class="submit">
<input type="submit" class="button-primary" value="<?php _e('Save Changes' ) ?>" />
</p>

<h2><?php _e('Rewrite Diagnostics', 'social_connect'); ?></h2>
<p><?php _e('Click on the link below to confirm your URL rewriting and query string parameter passing are setup correctly on your server. If you see a "Test was successful" message after clicking the link then you are good to go. If you see a 404 error or some other error then you need to update rewrite rules or ask your service provider to configure your server settings such that the below URL works correctly.', 'social_connect'); ?></p>
<p><a class="button-primary" href='<?php echo SOCIAL_CONNECT_PLUGIN_URL ?>/diagnostics/test.php?testing=http://www.example.com' target='_blank'><?php _e('Test server redirection settings', 'social_connect'); ?></a></p>
<p>If you web server fails this test, please have your hosting provider whitelist your domain on <em>mod_security</em>. Learn more on the <a href="http://wordpress.org/extend/plugins/social-connect/faq/">Social Connect FAQ</a>.
</form>
</div> <?php
}
25 changes: 0 additions & 25 deletions diagnostics/test.php

This file was deleted.

0 comments on commit a24c74b

Please sign in to comment.