Make WordPress Core

Ticket #60021: 60021.13.patch

File 60021.13.patch, 682 bytes (added by viralsampat, 2 years ago)

I have checked above mentioned issue and founds few files. Here, I have added its patch.

  • src/wp-settings.php

    diff --git src/wp-settings.php src/wp-settings.php
    index 38b03ecf72..5f7d691edf 100644
    require ABSPATH . WPINC . '/pomo/mo.php'; 
    118118/**
    119119 * @global wpdb $wpdb WordPress database abstraction object.
    120120 * @since 0.71
     121 * @global string table_prefix
    121122 */
    122123global $wpdb;
    123124// Include the wpdb class and, if present, a db.php database drop-in.
    $GLOBALS['wp_embed'] = new WP_Embed(); 
    376377 * @since 6.1.0
    377378 *
    378379 * @global WP_Textdomain_Registry $wp_textdomain_registry WordPress Textdomain Registry.
     380 * @global array wp_plugin_paths
    379381 */
    380382$GLOBALS['wp_textdomain_registry'] = new WP_Textdomain_Registry();
    381383