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:
Scott Taylor
2015-08-21 18:35:31 +00:00
parent a14be1fffa
commit 5d494bae12
2 changed files with 8 additions and 5 deletions

View File

@@ -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'];
}