1.2.1 Regression introduced: XMLRPC broken
-
In the latest change, XMLRPC is breaking because of a change introduced in trash-duplicates.php, the last 4 blank lines:
//——
@@ -498,14 +500,16 @@if(!function_exists(‘TDRD_plugin_links’)) {
–
+
function TDRD_plugin_links($links){
$links[] = ‘‘.__(‘Documentation’, ‘trash-duplicates’).’‘;
return $links;
}
–
+
}add_filter( ‘plugin_action_links_’ . plugin_basename( __FILE__ ), ‘TDRD_plugin_links’);
–
?>
+
+
+//——
The introduction of the empty lines after the closing ‘?>` causes XML parsing exceptions as any response from wordpress now contains extra whitespace leading up to the intended output.
The page I need help with: [log in to see the link]
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘1.2.1 Regression introduced: XMLRPC broken’ is closed to new replies.