Ticket #59255: 59255.patch
File 59255.patch, 1.3 KB (added by , 19 months ago) |
---|
-
wp-admin/includes/plugin.php
2513 2513 * upgrade due to incompatibility with the current version of WordPress. 2514 2514 * 2515 2515 * @since 5.8.0 2516 * 2517 * @global string $wp_version 2518 * 2516 2519 * @access private 2517 2520 * 2518 2521 * @global string $pagenow The filename of the current screen. -
wp-includes/rss.php
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 636 * 634 637 * @package External 635 638 * @subpackage MagpieRSS 636 639 */ -
wp-includes/widgets.php
1543 1543 * Compares a list of sidebars with their widgets against an allowed list. 1544 1544 * 1545 1545 * @since 4.9.0 1546 * 1547 * @global array $wp_registered_widgets 1546 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.