Make WordPress Core

Changeset 36756


Ignore:
Timestamp:
02/28/2016 06:29:44 PM (8 years ago)
Author:
DrewAPicture
Message:

Docs: Add missing parameter documentation to the DocBlock for the deprecated debug_fwrite().

See #32246.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/deprecated.php

    r36755 r36756  
    28382838 *
    28392839 * @link http://www.php.net/manual/en/function.error-log.php
     2840 *
     2841 * @param mixed  $fp     Unused.
     2842 * @param string $string Message to log.
    28402843 */
    28412844function debug_fwrite( $fp, $string ) {
Note: See TracChangeset for help on using the changeset viewer.