Make WordPress Core

Ticket #17636: 17636.4.diff

File 17636.4.diff, 416 bytes (added by johnjamesjacoby, 3 years ago)
  • src/wp-admin/edit-comments.php

     
    251251        printf(
    252252                /* translators: %s: Search query. */
    253253                __( 'Search results for: %s' ),
    254                 '<strong>' . wp_html_excerpt( esc_html( wp_unslash( $_REQUEST['s'] ) ), 50, '&hellip;' ) . '</strong>'
     254                '<strong>' . esc_html( wp_unslash( $_REQUEST['s'] ) ) . '</strong>'
    255255        );
    256256        echo '</span>';
    257257}