X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/wordpress.git/blobdiff_plain/53f4633144ed68c8b8fb5861f992b5489894a940..refs/tags/wordpress-4.4.2-scripts:/xmlrpc.php diff --git a/xmlrpc.php b/xmlrpc.php index ad68921c..b3cbc6d6 100644 --- a/xmlrpc.php +++ b/xmlrpc.php @@ -35,7 +35,7 @@ header('Content-Type: text/xml; charset=' . get_option('blog_charset'), true); WordPress - http://wordpress.org/ + https://wordpress.org/ @@ -88,8 +88,8 @@ exit; /** * logIO() - Writes logging info to a file. * - * @deprecated 3.4.0 - * @deprecated Use error_log() + * @deprecated 3.4.0 Use error_log() + * @see error_log() * * @param string $io Whether input or output * @param string $msg Information describing logging reason.