I changed the author on the page in question from an Admin account to an Editor account — editors are now able to edit the page. Apparently Editors cannot change pages with an Administrator set as the author?
I haven’t found information about this restriction in the forums or Codex. Are these special restrictions on Admin-created pages documented anywhere?
Can someone please explain this? The list of Roles and Capabilities for editors includes: edit_others_pages and edit_pages
Editors should be able to edit any page. However I’ve just run in to a situation where my editors can edit most pages but cannot edit certain pages. It looks like they might not be able to edit Administator pages — I’m still trying to track the issue down…
Has anyone else run in to anything like this?
A better way to do it — in line 137 in menu.php change ‘siteurl’ to ‘home’ like so:
$basewpurl = get_option('home');
That way you don’t have to hardcode your URL into the plugin.