mirror of
git://develop.git.wordpress.org/
synced 2025-01-17 21:08:44 +01:00
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
This commit is contained in:
parent
fd3810c7b4
commit
28e63d3162
@ -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()' );
|
||||
|
Loading…
x
Reference in New Issue
Block a user