Changeset 44025 for branches/4.8/src/wp-login.php
- Timestamp:
- 12/13/2018 12:36:24 AM (4 years ago)
- Location:
- branches/4.8
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.8
-
branches/4.8/src/wp-login.php
r42896 r44025 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.