Make WordPress Core


Ignore:
Timestamp:
08/26/2016 09:10:30 PM (8 years ago)
Author:
wonderboymusic
Message:

Bootstrap: load option.php in wp-settings.php, not in functions.php.

See #36335.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-settings.php

    r38376 r38386  
    9292// Load early WordPress files.
    9393require( ABSPATH . WPINC . '/compat.php' );
     94require( ABSPATH . WPINC . '/option.php' );
    9495require( ABSPATH . WPINC . '/functions.php' );
    9596require( ABSPATH . WPINC . '/class-wp-matchesmapregex.php' );
Note: See TracChangeset for help on using the changeset viewer.