Docs: Add missing parameter documentation to the DocBlock for the deprecated debug_fwrite().
See #32246. Built from https://develop.svn.wordpress.org/trunk@36756 git-svn-id: http://core.svn.wordpress.org/trunk@36723 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -2837,6 +2837,9 @@ function debug_fopen( $filename, $mode ) {
|
||||
* @see error_log()
|
||||
*
|
||||
* @link http://www.php.net/manual/en/function.error-log.php
|
||||
*
|
||||
* @param mixed $fp Unused.
|
||||
* @param string $string Message to log.
|
||||
*/
|
||||
function debug_fwrite( $fp, $string ) {
|
||||
_deprecated_function( __FUNCTION__, 'error_log()' );
|
||||
|
||||
Reference in New Issue
Block a user