Changeset 38589
- Timestamp:
- 09/12/2016 01:49:46 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/plugin.php
r38571 r38589 23 23 24 24 // Initialize the filter globals. 25 require( ABSPATH . WPINC. '/class-wp-hook.php' );25 require( dirname( __FILE__ ) . '/class-wp-hook.php' ); 26 26 27 27 /** @var WP_Hook[] $wp_filter */
Note: See TracChangeset
for help on using the changeset viewer.