From f35fde4e355c517763ba3dee88f03db99624477f Mon Sep 17 00:00:00 2001 From: Drew Jaynes Date: Thu, 20 Aug 2015 22:43:02 +0000 Subject: [PATCH] Docs: Standardize `@deprecated` tag formatting in the DocBlock for the `logIO()` function. Props Alphawolf. Fixes #28806. git-svn-id: https://develop.svn.wordpress.org/trunk@33680 602fd350-edb4-49c9-b593-d223f7449a82 --- src/xmlrpc.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/xmlrpc.php b/src/xmlrpc.php index ad68921cdd..6b46246985 100644 --- a/src/xmlrpc.php +++ b/src/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.