mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-07-03 00:30:11 +00:00
Docs: Add missing parameter documentation to the DocBlock for the deprecated debug_fwrite().
See #32246. git-svn-id: https://develop.svn.wordpress.org/trunk@36756 602fd350-edb4-49c9-b593-d223f7449a82
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