Make WordPress Core


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

Docs: Add missing parameter and return documentation to the DocBlock for the deprecated debug_fopen().

Fixes #32246.

File:
1 edited

Legend:

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

    r36754 r36755  
    28202820 *
    28212821 * @link http://www.php.net/manual/en/function.error-log.php
     2822 *
     2823 * @param string $filename File name.
     2824 * @param string $mode     Type of access you required to the stream.
     2825 * @return false Always false.
    28222826 */
    28232827function debug_fopen( $filename, $mode ) {
Note: See TracChangeset for help on using the changeset viewer.