[Plugin: Sharedaddy] Patch for notice in debug mode.
-
The plugin is throwing a notice when debug mode is on. An easy fix would be to modify line 42 of sharedaddy.php to:
if ( isset( $_POST['post_type'] ) && ( 'post' == $_POST['post_type'] || 'page' == $_POST['post_type'] ) ) {
I can provide a patch if that would help. Since it was just one line this seemed easier.
- The topic ‘[Plugin: Sharedaddy] Patch for notice in debug mode.’ is closed to new replies.