Ticket #40916: 40916.rel.diff
File 40916.rel.diff, 738 bytes (added by , 2 years ago) |
---|
-
src/wp-admin/includes/class-wp-comments-list-table.php
947 947 echo '</strong><br />'; 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( '<a href="%s" rel="noopener noreferrer">%s</a><br />', esc_url( $author_url ), esc_html( $author_url_display ) ); 951 952 } 952 953 953 954 if ( $this->user_can ) {