Changeset 47198 for trunk/src/wp-includes/plugin.php
- Timestamp:
- 02/06/2020 06:31:22 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/plugin.php
r47122 r47198 23 23 24 24 // Initialize the filter globals. 25 require ( dirname( __FILE__ ) . '/class-wp-hook.php' );25 require __DIR__ . '/class-wp-hook.php'; 26 26 27 27 /** @var WP_Hook[] $wp_filter */
Note: See TracChangeset
for help on using the changeset viewer.