Changeset 47198 for trunk/src/wp-signup.php
- Timestamp:
- 02/06/2020 06:31:22 AM (6 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-signup.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-signup.php
r47122 r47198 2 2 3 3 /** Sets up the WordPress Environment. */ 4 require ( dirname( __FILE__ ) . '/wp-load.php' );4 require __DIR__ . '/wp-load.php'; 5 5 6 6 add_action( 'wp_head', 'wp_no_robots' ); 7 7 8 require ( dirname( __FILE__ ) . '/wp-blog-header.php' );8 require __DIR__ . '/wp-blog-header.php'; 9 9 10 10 nocache_headers();
Note: See TracChangeset
for help on using the changeset viewer.