From 28e63d3162605ba4a04535094ca42920623c2c1c Mon Sep 17 00:00:00 2001 From: Drew Jaynes Date: Sun, 28 Feb 2016 18:30:31 +0000 Subject: [PATCH] Docs: Add missing documentation for the `$fp` parameter to the DocBlock for the deprecated `debug_fclose()`. See #32246. git-svn-id: https://develop.svn.wordpress.org/trunk@36757 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/deprecated.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/wp-includes/deprecated.php b/src/wp-includes/deprecated.php index 461e8ef959..8a44135966 100644 --- a/src/wp-includes/deprecated.php +++ b/src/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()' );