mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 22:30:04 +00:00
Doc block for_wp_specialchars: $quote_style can also be string ('single' or 'double')
See #33491. git-svn-id: https://develop.svn.wordpress.org/trunk@33700 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -5132,7 +5132,6 @@ class wp_xmlrpc_server extends IXR_Server {
|
||||
break;
|
||||
default:
|
||||
return new IXR_Error( 401, __( 'Invalid post type' ) );
|
||||
break;
|
||||
}
|
||||
$post_author = $content_struct['wp_author_id'];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user