diff --git src/wp-settings.php src/wp-settings.php
index 38b03ecf72..5f7d691edf 100644
|
|
|
require ABSPATH . WPINC . '/pomo/mo.php'; |
| 118 | 118 | /** |
| 119 | 119 | * @global wpdb $wpdb WordPress database abstraction object. |
| 120 | 120 | * @since 0.71 |
| | 121 | * @global string table_prefix |
| 121 | 122 | */ |
| 122 | 123 | global $wpdb; |
| 123 | 124 | // Include the wpdb class and, if present, a db.php database drop-in. |
| … |
… |
$GLOBALS['wp_embed'] = new WP_Embed(); |
| 376 | 377 | * @since 6.1.0 |
| 377 | 378 | * |
| 378 | 379 | * @global WP_Textdomain_Registry $wp_textdomain_registry WordPress Textdomain Registry. |
| | 380 | * @global array wp_plugin_paths |
| 379 | 381 | */ |
| 380 | 382 | $GLOBALS['wp_textdomain_registry'] = new WP_Textdomain_Registry(); |
| 381 | 383 | |