From e92ed036cc4fd0da41bb4827e5b92c754f6a00ee Mon Sep 17 00:00:00 2001 From: Drew Jaynes Date: Sun, 28 Feb 2016 18:31:26 +0000 Subject: [PATCH] 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 --- wp-includes/deprecated.php | 2 ++ wp-includes/version.php | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/wp-includes/deprecated.php b/wp-includes/deprecated.php index 461e8ef959..8a44135966 100644 --- a/wp-includes/deprecated.php +++ b/wp-includes/deprecated.php @@ -2855,6 +2855,8 @@ function debug_fwrite( $fp, $string ) { * @see error_log() * * @link http://www.php.net/manual/en/function.error-log.php + * + * @param mixed $fp Unused. */ function debug_fclose( $fp ) { _deprecated_function( __FUNCTION__, 'error_log()' ); diff --git a/wp-includes/version.php b/wp-includes/version.php index 4d9c0dce2c..b9b7d9337d 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @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.