- Timestamp:
- 11/03/2021 08:00:36 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-comments-list-table.php
r51737 r52007 948 948 949 949 if ( ! empty( $author_url_display ) ) { 950 printf( '<a href="%s">%s</a><br />', esc_url( $author_url ), esc_html( $author_url_display ) ); 950 // Print link to author URL, and disallow referrer information (without using target="_blank"). 951 printf( 952 '<a href="%s" rel="noopener noreferrer">%s</a><br />', 953 esc_url( $author_url ), 954 esc_html( $author_url_display ) 955 ); 951 956 } 952 957
Note: See TracChangeset
for help on using the changeset viewer.