Make WordPress Core

Changeset 49705


Ignore:
Timestamp:
11/28/2020 05:26:17 PM (5 years ago)
Author:
SergeyBiryukov
Message:

Comments: Correct ending tag placement in the "Search results for: ..." subtitle.

Follow-up to [49284], [49286].

Props Clorith, kebbet, johnbillion, audrasjb, azaozz.
Fixes #51889. See #37353.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/edit-comments.php

    r49284 r49705  
    234234        /* translators: %s: Search query. */
    235235        __( 'Search results for: %s' ),
    236         '<strong>' . wp_html_excerpt( esc_html( wp_unslash( $_REQUEST['s'] ) ), 50, '&hellip;' . '</strong>' )
     236        '<strong>' . wp_html_excerpt( esc_html( wp_unslash( $_REQUEST['s'] ) ), 50, '&hellip;' ) . '</strong>'
    237237    );
    238238    echo '</span>';
Note: See TracChangeset for help on using the changeset viewer.