mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-05 05:04:31 +00:00
Fix typos in phpdoc. props bradparbs. fixes #23481.
git-svn-id: https://develop.svn.wordpress.org/trunk@23604 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
* Whether this is a XMLRPC Request
|
||||
* Whether this is an XML-RPC Request
|
||||
*
|
||||
* @var bool
|
||||
*/
|
||||
@@ -55,7 +55,7 @@ include_once(ABSPATH . WPINC . '/class-IXR.php');
|
||||
include_once(ABSPATH . WPINC . '/class-wp-xmlrpc-server.php');
|
||||
|
||||
/**
|
||||
* Posts submitted via the xmlrpc interface get that title
|
||||
* Posts submitted via the XML-RPC interface get that title
|
||||
* @name post_default_title
|
||||
* @var string
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user