mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-22 17:18:32 +01:00
Docs: Add missing documentation for the $fp
parameter to the DocBlock for the deprecated debug_fclose()
.
See #32246. Built from https://develop.svn.wordpress.org/trunk@36757 git-svn-id: http://core.svn.wordpress.org/trunk@36724 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
85efc3675a
commit
e92ed036cc
@ -2855,6 +2855,8 @@ function debug_fwrite( $fp, $string ) {
|
|||||||
* @see error_log()
|
* @see error_log()
|
||||||
*
|
*
|
||||||
* @link http://www.php.net/manual/en/function.error-log.php
|
* @link http://www.php.net/manual/en/function.error-log.php
|
||||||
|
*
|
||||||
|
* @param mixed $fp Unused.
|
||||||
*/
|
*/
|
||||||
function debug_fclose( $fp ) {
|
function debug_fclose( $fp ) {
|
||||||
_deprecated_function( __FUNCTION__, 'error_log()' );
|
_deprecated_function( __FUNCTION__, 'error_log()' );
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @global string $wp_version
|
||||||
*/
|
*/
|
||||||
$wp_version = '4.5-beta1-36756';
|
$wp_version = '4.5-beta1-36757';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
Loading…
Reference in New Issue
Block a user