X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/wordpress.git/blobdiff_plain/8f374b7233bc2815ccc387e448d208c5434eb961..11be15bd505d66a91e2c80062190b13e315a04a9:/xmlrpc.php diff --git a/xmlrpc.php b/xmlrpc.php index 2d3822ca..59674df7 100644 --- a/xmlrpc.php +++ b/xmlrpc.php @@ -6,7 +6,7 @@ */ /** - * Whether this is a XMLRPC Request + * Whether this is an XML-RPC Request * * @var bool */ @@ -42,7 +42,7 @@ header('Content-Type: text/xml; charset=' . get_option('blog_charset'), true); - + @@ -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 */