diff --git src/wp-includes/deprecated.php src/wp-includes/deprecated.php
index 97183f8647..ad99266b1c 100644
|
|
|
function debug_fopen( $filename, $mode ) {
|
| 2867 | 2867 | * @see error_log() |
| 2868 | 2868 | * |
| 2869 | 2869 | * @link https://www.php.net/manual/en/function.error-log.php |
| | 2870 | * |
| | 2871 | * @global bool $debug True to enable custom debugging, false to disable. |
| 2870 | 2872 | * |
| 2871 | 2873 | * @param mixed $fp Unused. |
| 2872 | 2874 | * @param string $message Message to log. |
diff --git src/wp-includes/load.php src/wp-includes/load.php
index e51c322908..3622546c88 100644
|
|
|
function wp_get_environment_type() {
|
| 318 | 318 | * @since 6.3.0 |
| 319 | 319 | * |
| 320 | 320 | * @return string The current development mode. |
| | 321 | * |
| | 322 | * @global string $_wp_tests_development_mode Development mode for test environment. |
| 321 | 323 | */ |
| 322 | 324 | function wp_get_development_mode() { |
| 323 | 325 | static $current_mode = null; |