Changeset 47198 for trunk/src/wp-login.php
- Timestamp:
- 02/06/2020 06:31:22 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-login.php
r47156 r47198 10 10 11 11 /** Make sure that the WordPress bootstrap has run before continuing. */ 12 require ( dirname( __FILE__ ) . '/wp-load.php' );12 require __DIR__ . '/wp-load.php'; 13 13 14 14 // Redirect to HTTPS login if forced to use SSL.
Note: See TracChangeset
for help on using the changeset viewer.