Changeset 24208 for trunk/wp-includes/functions.php
- Timestamp:
- 05/08/2013 10:45:58 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/functions.php
r24066 r24208 3922 3922 */ 3923 3923 function wp_auth_check_html() { 3924 $login_url = wp_login_url();3924 $login_url = site_url( 'wp-login.php', 'login_post' ); 3925 3925 $current_domain = ( is_ssl() ? 'https://' : 'http://' ) . $_SERVER['HTTP_HOST']; 3926 3926 $same_domain = ( strpos( $login_url, $current_domain ) === 0 );
Note: See TracChangeset
for help on using the changeset viewer.