From b407bb0936f03c2812fde0948d3afbca244616f9 Mon Sep 17 00:00:00 2001 From: Drew Jaynes Date: Thu, 20 Aug 2015 22:44:25 +0000 Subject: [PATCH] Docs: Standardize `@deprecated` tag formatting in the DocBlock for the `logIO()` function. Props Alphawolf. Fixes #28806. Built from https://develop.svn.wordpress.org/trunk@33680 git-svn-id: http://core.svn.wordpress.org/trunk@33647 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/version.php | 2 +- xmlrpc.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/wp-includes/version.php b/wp-includes/version.php index fdecd1edbe..e7d5a616fa 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.4-alpha-33679'; +$wp_version = '4.4-alpha-33680'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema. diff --git a/xmlrpc.php b/xmlrpc.php index ad68921cdd..6b46246985 100644 --- a/xmlrpc.php +++ b/xmlrpc.php @@ -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.