diff --git a/wp-includes/deprecated.php b/wp-includes/deprecated.php index 52c31f23f9..cd69fde008 100644 --- a/wp-includes/deprecated.php +++ b/wp-includes/deprecated.php @@ -2819,6 +2819,10 @@ function is_blog_user( $blog_id = 0 ) { * @see error_log() * * @link http://www.php.net/manual/en/function.error-log.php + * + * @param string $filename File name. + * @param string $mode Type of access you required to the stream. + * @return false Always false. */ function debug_fopen( $filename, $mode ) { _deprecated_function( __FUNCTION__, 'error_log()' ); diff --git a/wp-includes/version.php b/wp-includes/version.php index 91b321f4bf..09e2f390d3 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.5-beta1-36754'; +$wp_version = '4.5-beta1-36755'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.