Breaks "Edit Permalink" button on post edit admin pages
-
When I have the log viewer plugin activated I am getting a javascript error
Uncaught ReferenceError: editPermalink is not defined
. Because of the js exception, you can’t edit permalinks for posts and pages anymore.A small amount of digging has made me notice that editPermalink is normally a global function defined in
wp-admin/js/post.js
and that this file is not being included for whatever reason when your plugin is activated.
- The topic ‘Breaks "Edit Permalink" button on post edit admin pages’ is closed to new replies.