Created
March 12, 2015 21:21
-
-
Save bhubbard/4f7b00cfeb18a74fd3d4 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
DELETE FROM wp_links WHERE link_url = 'http://codex.wordpress.org/'; | |
DELETE FROM wp_links WHERE link_url = 'http://wordpress.org/news/'; | |
DELETE FROM wp_links WHERE link_url = 'http://wordpress.org/support/'; | |
DELETE FROM wp_links WHERE link_url = 'http://wordpress.org/extend/plugins/'; | |
DELETE FROM wp_links WHERE link_url = 'http://wordpress.org/extend/themes/'; | |
DELETE FROM wp_links WHERE link_url = 'http://wordpress.org/support/forum/requests-and-feedback'; | |
DELETE FROM wp_links WHERE link_url = 'http://planet.wordpress.org/'; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment