Ticket #58076: 58076.8.patch
File 58076.8.patch, 1.6 KB (added by , 22 months ago) |
---|
-
wp-includes/rss.php
22 22 * Fires before MagpieRSS is loaded, to optionally replace it. 23 23 * 24 24 * @since 2.3.0 25 * 26 * @global string $wp_version The WordPress version string. 27 * 25 28 * @deprecated 3.0.0 26 29 */ 27 30 do_action( 'load_feed_engine' ); … … 631 634 * Set up constants with default values, unless user overrides. 632 635 * 633 636 * @since 1.5.0 637 * 638 * @global string $wp_version The WordPress version string. 639 * 634 640 * @package External 635 641 * @subpackage MagpieRSS 636 642 */ -
wp-includes/script-loader.php
1844 1844 * These localizations require information that may not be loaded even by init. 1845 1845 * 1846 1846 * @since 2.5.0 1847 * 1848 * @global array $shortcode_tags 1847 1849 */ 1848 1850 function wp_just_in_time_script_localization() { 1849 1851 -
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.