Make WordPress Core

Ticket #58076: 58076.patch

File 58076.patch, 794 bytes (added by upadalavipul, 22 months ago)
  • block-editor.php

     
    287287 * @access private
    288288 *
    289289 * @global string $pagenow The filename of the current screen.
     290 * @global array  $editor_styles
    290291 *
    291292 * @return array {
    292293 *     The block editor assets.
  • class-wp-customize-widgets.php

     
    263263         * @since 3.9.0
    264264         *
    265265         * @global array $sidebars_widgets
    266          * @global array $_wp_sidebars_widgets
    267266         */
    268267        public function override_sidebars_widgets_for_theme_switch() {
    269268                global $sidebars_widgets;