Make WordPress Core

Ticket #46654: #46654.patch

File #46654.patch, 509 bytes (added by shashank3105, 6 years ago)
  • wp-settings.php

     
    115115require( ABSPATH . WPINC . '/class-wp-error.php' );
    116116require( ABSPATH . WPINC . '/pomo/mo.php' );
    117117
    118 // Include the wpdb class and, if present, a db.php database drop-in.
     118/**
     119 * Include the wpdb class and, if present, a db.php database drop-in.
     120 *
     121 * @global string $wpdb
     122 */
     123
    119124global $wpdb;
    120125require_wp_db();
    121126