X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/wordpress.git/blobdiff_plain/03f2fa83c13c1b532284205fa7efcab9b8b2c41f..607b7e02d77e7326161e8ec15639052d2040f745:/xmlrpc.php?ds=sidebyside diff --git a/xmlrpc.php b/xmlrpc.php index b3cbc6d6..e8d5223f 100644 --- a/xmlrpc.php +++ b/xmlrpc.php @@ -71,7 +71,7 @@ include_once(ABSPATH . WPINC . '/class-wp-xmlrpc-server.php'); $post_default_title = ""; /** - * Filter the class used for handling XML-RPC requests. + * Filters the class used for handling XML-RPC requests. * * @since 3.1.0 * @@ -95,7 +95,7 @@ exit; * @param string $msg Information describing logging reason. */ function logIO( $io, $msg ) { - _deprecated_function( __FUNCTION__, '3.4', 'error_log()' ); + _deprecated_function( __FUNCTION__, '3.4.0', 'error_log()' ); if ( ! empty( $GLOBALS['xmlrpc_logging'] ) ) error_log( $io . ' - ' . $msg ); } \ No newline at end of file