Make WordPress Core

Ticket #60430: 60430.patch

File 60430.patch, 1.7 KB (added by shailu25, 12 months ago)

Patch Added

  • src/wp-includes/script-loader.php

    diff --git a/src/wp-includes/script-loader.php b/src/wp-includes/script-loader.php
    index 25977a9bd7..c5a48f2a67 100644
    a b function script_concat_settings() { 
    24272427}
    24282428
    24292429/**
    2430  * Handles the enqueueing of block scripts and styles that are common to both
     2430 * Handles the enqueuing of block scripts and styles that are common to both
    24312431 * the editor and the front-end.
    24322432 *
    24332433 * @since 5.0.0
  • src/wp-includes/widgets/class-wp-widget-custom-html.php

    diff --git a/src/wp-includes/widgets/class-wp-widget-custom-html.php b/src/wp-includes/widgets/class-wp-widget-custom-html.php
    index 771520e1c4..3c5841fb9c 100644
    a b class WP_Widget_Custom_HTML extends WP_Widget { 
    5555        }
    5656
    5757        /**
    58          * Add hooks for enqueueing assets when registering all widget instances of this widget class.
     58         * Add hooks for enqueuing assets when registering all widget instances of this widget class.
    5959         *
    6060         * @since 4.9.0
    6161         *
  • src/wp-includes/widgets/class-wp-widget-text.php

    diff --git a/src/wp-includes/widgets/class-wp-widget-text.php b/src/wp-includes/widgets/class-wp-widget-text.php
    index c744698ced..3d5039f775 100644
    a b class WP_Widget_Text extends WP_Widget { 
    4444        }
    4545
    4646        /**
    47          * Adds hooks for enqueueing assets when registering all widget instances of this widget class.
     47         * Adds hooks for enqueuing assets when registering all widget instances of this widget class.
    4848         *
    4949         * @param int $number Optional. The unique order number of this widget instance
    5050         *                    compared to other instances of the same class. Default -1.