Changeset 59120 for trunk/src/wp-login.php
- Timestamp:
- 09/30/2024 05:17:54 AM (4 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-login.php
r59027 r59120 698 698 699 699 printf( 700 '<a href="%s" rel="noopener"target="_blank">%s%s</a>',700 '<a href="%s" target="_blank">%s%s</a>', 701 701 esc_url( $admin_email_help_url ), 702 702 __( 'Why is this important?' ), … … 1630 1630 if ( links[i].href ) { 1631 1631 links[i].target = '_blank'; 1632 links[i].rel = 'noopener';1633 1632 } 1634 1633 }
Note: See TracChangeset
for help on using the changeset viewer.