Changeset 44022 for branches/5.0/src/wp-login.php
- Timestamp:
- 12/13/2018 12:27:51 AM (7 years ago)
- Location:
- branches/5.0
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.0
-
branches/5.0/src/wp-login.php
r43776 r44022 35 35 36 36 // Don't index any of these forms 37 add_action( 'login_head', 'wp_ no_robots' );37 add_action( 'login_head', 'wp_sensitive_page_meta' ); 38 38 39 39 add_action( 'login_head', 'wp_login_viewport_meta' );
Note: See TracChangeset
for help on using the changeset viewer.