Make WordPress Core


Ignore:
Timestamp:
12/13/2018 12:22:03 AM (6 years ago)
Author:
peterwilsoncc
Message:

Multisite: Improve messaging for previously activated users.

Ensure activation of a site is not attempted multiple times and users are shown the correct message if they follow the link a second time.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-login.php

    r43644 r44021  
    3737
    3838    // Don't index any of these forms
    39     add_action( 'login_head', 'wp_no_robots' );
     39    add_action( 'login_head', 'wp_sensitive_page_meta' );
    4040
    4141    add_action( 'login_head', 'wp_login_viewport_meta' );
Note: See TracChangeset for help on using the changeset viewer.