strider72 / spam-karma

A flexible and modular anti-spam plugin for WordPress
GNU General Public License v2.0
3 stars 3 forks source link

SK links to its admin page are incorrect for WP 2.8 #13

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Go to the plugin page in WP admin.
2. Click on a link in the SK item.
3. Access denied.

The SK admin page is no longer availabe under "Manage" in WP 2.8.  I am
attaching a patch to change the links to "Settings".  This may break SK
admin with really old WP.  However, I know it will work back to 2.2, and
probably 2.0.

The fix is to change /wp-admin/edit.php to /wp-admin/options-general.php in
sk2/spam_karma_plugin.php ... pretty easy.

Original issue reported on code.google.com by goo...@gnifty.net on 18 Jul 2009 at 5:35

Attachments:

GoogleCodeExporter commented 9 years ago
Will test a bit before committing.  Probably good.

Original comment by stephen....@gmail.com on 27 Jul 2009 at 5:18

GoogleCodeExporter commented 9 years ago
Committed August 31.  Fixes links to admin page.

Original comment by stephen....@gmail.com on 14 Sep 2009 at 4:10