mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 22:30:04 +00: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:
@@ -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()' );
|
||||
|
||||
Reference in New Issue
Block a user