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 1f17a35808..564d5b9d82 100644
--- a/src/wp-includes/widgets.php
+++ b/src/wp-includes/widgets.php
@@ -1370,6 +1370,8 @@ function retrieve_widgets( $theme_changed = false ) {
  * @since 4.9.0
  * @since 4.9.2 Always tries to restore widget assignments from previous data, not just if sidebars needed mapping.
  *
+ * @global array $wp_registered_sidebars The registered sidebars.
+ * 
  * @param array $existing_sidebars_widgets List of sidebars and their widget instance IDs.
  * @return array Mapped sidebars widgets.
  */
