diff --git a/src/wp-includes/rss.php b/src/wp-includes/rss.php
index 6d8941ab38..4d3f35e5cb 100644
--- a/src/wp-includes/rss.php
+++ b/src/wp-includes/rss.php
@@ -631,6 +631,9 @@ function _response_to_rss ($resp) {
  * 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
  */
diff --git a/src/wp-includes/widgets.php b/src/wp-includes/widgets.php
index c568cbe301..b340bf27be 100644
--- a/src/wp-includes/widgets.php
+++ b/src/wp-includes/widgets.php
@@ -1544,6 +1544,8 @@ function wp_map_sidebars_widgets( $existing_sidebars_widgets ) {
  *
  * @since 4.9.0
  *
+ * @global array $wp_registered_widgets The 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.
  * @return array Sidebars with allowed widgets.
