Changeset 47198 for trunk/src/wp-cron.php
- Timestamp:
- 02/06/2020 06:31:22 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-cron.php
r47054 r47198 42 42 if ( ! defined( 'ABSPATH' ) ) { 43 43 /** Set up WordPress environment */ 44 require_once ( dirname( __FILE__ ) . '/wp-load.php' );44 require_once __DIR__ . '/wp-load.php'; 45 45 } 46 46
Note: See TracChangeset
for help on using the changeset viewer.