diff --git src/wp-settings.php src/wp-settings.php
index 38b03ecf72..5f7d691edf 100644
--- src/wp-settings.php
+++ src/wp-settings.php
@@ -118,6 +118,7 @@ require ABSPATH . WPINC . '/pomo/mo.php';
 /**
  * @global wpdb $wpdb WordPress database abstraction object.
  * @since 0.71
+ * @global string table_prefix
  */
 global $wpdb;
 // Include the wpdb class and, if present, a db.php database drop-in.
@@ -376,6 +377,7 @@ $GLOBALS['wp_embed'] = new WP_Embed();
  * @since 6.1.0
  *
  * @global WP_Textdomain_Registry $wp_textdomain_registry WordPress Textdomain Registry.
+ * @global array wp_plugin_paths
  */
 $GLOBALS['wp_textdomain_registry'] = new WP_Textdomain_Registry();
 
