Make WordPress Core


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

Load: move WP_MatchesMapRegex into its own file.

See #37827.

File:
1 edited

Legend:

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

    r38373 r38376  
    9393require( ABSPATH . WPINC . '/compat.php' );
    9494require( ABSPATH . WPINC . '/functions.php' );
     95require( ABSPATH . WPINC . '/class-wp-matchesmapregex.php' );
    9596require( ABSPATH . WPINC . '/class-wp.php' );
    9697require( ABSPATH . WPINC . '/class-wp-error.php' );
Note: See TracChangeset for help on using the changeset viewer.