Make WordPress Core

Ticket #27441: 27441.diff

File 27441.diff, 815 bytes (added by jesin, 11 years ago)

Patch for this bug

  • wp-settings.php

     
    7474require( ABSPATH . WPINC . '/class-wp-error.php' );
    7575require( ABSPATH . WPINC . '/plugin.php' );
    7676require( ABSPATH . WPINC . '/pomo/mo.php' );
     77require( ABSPATH . WPINC . '/formatting.php' );
    7778
    7879// Include the wpdb class and, if present, a db.php database drop-in.
    7980require_wp_db();
     
    111112// Load most of WordPress.
    112113require( ABSPATH . WPINC . '/class-wp-walker.php' );
    113114require( ABSPATH . WPINC . '/class-wp-ajax-response.php' );
    114 require( ABSPATH . WPINC . '/formatting.php' );
    115115require( ABSPATH . WPINC . '/capabilities.php' );
    116116require( ABSPATH . WPINC . '/query.php' );
    117117require( ABSPATH . WPINC . '/date.php' );