diff --git a/src/wp-includes/rss.php b/src/wp-includes/rss.php
index 6d8941ab38..4d3f35e5cb 100644
a
|
b
|
function _response_to_rss ($resp) { |
631 | 631 | * Set up constants with default values, unless user overrides. |
632 | 632 | * |
633 | 633 | * @since 1.5.0 |
| 634 | * |
| 635 | * @global string $wp_version The WordPress version string. |
| 636 | * |
634 | 637 | * @package External |
635 | 638 | * @subpackage MagpieRSS |
636 | 639 | */ |
diff --git a/src/wp-includes/widgets.php b/src/wp-includes/widgets.php
index c568cbe301..b340bf27be 100644
a
|
b
|
function wp_map_sidebars_widgets( $existing_sidebars_widgets ) { |
1544 | 1544 | * |
1545 | 1545 | * @since 4.9.0 |
1546 | 1546 | * |
| 1547 | * @global array $wp_registered_widgets The registered widgets. |
| 1548 | * |
1547 | 1549 | * @param array $sidebars_widgets List of sidebars and their widget instance IDs. |
1548 | 1550 | * @param array $allowed_widget_ids Optional. List of widget IDs to compare against. Default: Registered widgets. |
1549 | 1551 | * @return array Sidebars with allowed widgets. |