diff --git src/wp-settings.php src/wp-settings.php
index 38b03ecf72..ad2179c1bf 100644
|
|
|
require ABSPATH . WPINC . '/fonts/class-wp-font-face-resolver.php'; |
| 366 | 366 | require ABSPATH . WPINC . '/fonts/class-wp-font-face.php'; |
| 367 | 367 | require ABSPATH . WPINC . '/fonts.php'; |
| 368 | 368 | |
| | 369 | /** |
| | 370 | * @global WP_Embed $wp_embed |
| | 371 | */ |
| 369 | 372 | $GLOBALS['wp_embed'] = new WP_Embed(); |
| 370 | 373 | |
| 371 | 374 | /** |
| … |
… |
if ( is_multisite() ) { |
| 390 | 393 | // Define must-use plugin directory constants, which may be overridden in the sunrise.php drop-in. |
| 391 | 394 | wp_plugin_directory_constants(); |
| 392 | 395 | |
| | 396 | /** |
| | 397 | * @global array $wp_plugin_paths |
| | 398 | */ |
| 393 | 399 | $GLOBALS['wp_plugin_paths'] = array(); |
| 394 | 400 | |
| 395 | 401 | // Load must-use plugins. |
diff --git src/xmlrpc.php src/xmlrpc.php
index b37abde3c2..e0ba531dec 100644
|
|
|
exit; |
| 96 | 96 | * |
| 97 | 97 | * @param string $io Whether input or output |
| 98 | 98 | * @param string $msg Information describing logging reason. |
| | 99 | * @global xmlrpc_logging |
| 99 | 100 | */ |
| 100 | 101 | function logIO( $io, $msg ) { |
| 101 | 102 | _deprecated_function( __FUNCTION__, '3.4.0', 'error_log()' ); |