Make WordPress Core

Ticket #59255: 59255.patch

File 59255.patch, 1.3 KB (added by upadalavipul, 19 months ago)

patch added

  • wp-admin/includes/plugin.php

     
    25132513 * upgrade due to incompatibility with the current version of WordPress.
    25142514 *
    25152515 * @since 5.8.0
     2516 *
     2517 * @global string $wp_version
     2518 *
    25162519 * @access private
    25172520 *
    25182521 * @global string $pagenow    The filename of the current screen.
  • wp-includes/rss.php

     
    631631 * Set up constants with default values, unless user overrides.
    632632 *
    633633 * @since 1.5.0
     634 *
     635 * @global string $wp_version
     636 *
    634637 * @package External
    635638 * @subpackage MagpieRSS
    636639 */
  • wp-includes/widgets.php

     
    15431543 * Compares a list of sidebars with their widgets against an allowed list.
    15441544 *
    15451545 * @since 4.9.0
     1546 *
     1547 * @global array $wp_registered_widgets
    15461548 *
    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.