Changeset 38282
- Timestamp:
- 08/19/2016 04:09:55 AM (8 years ago)
- Location:
- trunk/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/plugin.php
r38251 r38282 14 14 * Also see the {@link https://codex.wordpress.org/Plugin_API Plugin API} for 15 15 * more information and examples on how to use a lot of these functions. 16 * 17 * This file should have no external dependencies. 16 18 * 17 19 * @package WordPress -
trunk/src/wp-settings.php
r38251 r38282 21 21 require( ABSPATH . WPINC . '/load.php' ); 22 22 require( ABSPATH . WPINC . '/default-constants.php' ); 23 require ( ABSPATH . WPINC . '/plugin.php' );23 require_once( ABSPATH . WPINC . '/plugin.php' ); 24 24 25 25 /*
Note: See TracChangeset
for help on using the changeset viewer.