Error in 2.01 & patch
-
Hi,
In latest version [2.01], if one tries to access from the “settings” link in the wp-admin/plugins.php page, it gives an error:
Sorry, you are not allowed to access this page.
The culprit seems to be in a typo in req/ExifCaptionAdmin.php li 36:
Instead of this:
$links[] = '<a href="'.admin_url('upload.php?page=exifcaption').'">'.__('Settings').'</a>';
It should read like this:
$links[] = '<a href="'.admin_url('upload.php?page=exifcaption-settings').'">'.__('Settings').'</a>';
Thank you!
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Error in 2.01 & patch’ is closed to new replies.