Index: wp-includes/rss.php
===================================================================
--- wp-includes/rss.php	(revision 55742)
+++ wp-includes/rss.php	(working copy)
@@ -22,6 +22,9 @@
  * Fires before MagpieRSS is loaded, to optionally replace it.
  *
  * @since 2.3.0
+ * 
+ * @global string $wp_version The WordPress version string.
+ * 
  * @deprecated 3.0.0
  */
 do_action( 'load_feed_engine' );
@@ -631,6 +634,9 @@
  * Set up constants with default values, unless user overrides.
  *
  * @since 1.5.0
+ * 
+ * @global string $wp_version The WordPress version string.
+ * 
  * @package External
  * @subpackage MagpieRSS
  */
Index: wp-includes/script-loader.php
===================================================================
--- wp-includes/script-loader.php	(revision 55742)
+++ wp-includes/script-loader.php	(working copy)
@@ -1844,6 +1844,8 @@
  * These localizations require information that may not be loaded even by init.
  *
  * @since 2.5.0
+ * 
+ * @global array $shortcode_tags
  */
 function wp_just_in_time_script_localization() {
 
Index: wp-includes/widgets.php
===================================================================
--- wp-includes/widgets.php	(revision 55742)
+++ 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.
