Make WordPress Core

Changeset 33680


Ignore:
Timestamp:
08/20/2015 10:43:02 PM (9 years ago)
Author:
DrewAPicture
Message:

Docs: Standardize @deprecated tag formatting in the DocBlock for the logIO() function.

Props Alphawolf.
Fixes #28806.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/xmlrpc.php

    r33459 r33680  
    8989 * logIO() - Writes logging info to a file.
    9090 *
    91  * @deprecated 3.4.0
    92  * @deprecated Use error_log()
     91 * @deprecated 3.4.0 Use error_log()
     92 * @see error_log()
    9393 *
    9494 * @param string $io Whether input or output
Note: See TracChangeset for help on using the changeset viewer.