Changeset 44021 for trunk/src/wp-login.php
- Timestamp:
- 12/13/2018 12:22:03 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-login.php
r43644 r44021 37 37 38 38 // Don't index any of these forms 39 add_action( 'login_head', 'wp_ no_robots' );39 add_action( 'login_head', 'wp_sensitive_page_meta' ); 40 40 41 41 add_action( 'login_head', 'wp_login_viewport_meta' );
Note: See TracChangeset
for help on using the changeset viewer.