Changeset 37985 for trunk/src/wp-includes/load.php
- Timestamp:
- 07/06/2016 12:39:01 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/load.php
r37918 r37985 592 592 // Check for hacks file if the option is enabled 593 593 if ( get_option( 'hack_file' ) && file_exists( ABSPATH . 'my-hacks.php' ) ) { 594 _deprecated_file( 'my-hacks.php', '1.5 ' );594 _deprecated_file( 'my-hacks.php', '1.5.0' ); 595 595 array_unshift( $plugins, ABSPATH . 'my-hacks.php' ); 596 596 }
Note: See TracChangeset
for help on using the changeset viewer.