Make WordPress Core

Ticket #59255: 59255.2.patch

File 59255.2.patch, 1.0 KB (added by shailu25, 20 months ago)

Updated Patch

  • src/wp-includes/rss.php

    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) { 
    631631 * Set up constants with default values, unless user overrides.
    632632 *
    633633 * @since 1.5.0
     634 *
     635 * @global string $wp_version The WordPress version string.
     636 *
    634637 * @package External
    635638 * @subpackage MagpieRSS
    636639 */
  • src/wp-includes/widgets.php

    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 ) { 
    15441544 *
    15451545 * @since 4.9.0
    15461546 *
     1547 * @global array $wp_registered_widgets The registered widgets.
     1548 *
    15471549 * @param array $sidebars_widgets   List of sidebars and their widget instance IDs.
    15481550 * @param array $allowed_widget_ids Optional. List of widget IDs to compare against. Default: Registered widgets.
    15491551 * @return array Sidebars with allowed widgets.