Index: wp-admin/includes/plugin.php
===================================================================
--- wp-admin/includes/plugin.php	(revision 55900)
+++ wp-admin/includes/plugin.php	(working copy)
@@ -2513,6 +2513,9 @@
  * upgrade due to incompatibility with the current version of WordPress.
  *
  * @since 5.8.0
+ * 
+ * @global string $wp_version
+ * 
  * @access private
  *
  * @global string $pagenow    The filename of the current screen.
Index: wp-includes/rss.php
===================================================================
--- wp-includes/rss.php	(revision 55900)
+++ wp-includes/rss.php	(working copy)
@@ -631,6 +631,9 @@
  * Set up constants with default values, unless user overrides.
  *
  * @since 1.5.0
+ * 
+ * @global string $wp_version
+ * 
  * @package External
  * @subpackage MagpieRSS
  */
Index: wp-includes/widgets.php
===================================================================
--- wp-includes/widgets.php	(revision 55900)
+++ wp-includes/widgets.php	(working copy)
@@ -1543,6 +1543,8 @@
  * Compares a list of sidebars with their widgets against an allowed list.
  *
  * @since 4.9.0
+ * 
+ * @global array $wp_registered_widgets
  *
  * @param array $sidebars_widgets   List of sidebars and their widget instance IDs.
  * @param array $allowed_widget_ids Optional. List of widget IDs to compare against. Default: Registered widgets.
