Changeset 55346 for trunk/src/wp-includes/comment-template.php
- Timestamp:
- 02/15/2023 01:04:06 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/comment-template.php
r55308 r55346 945 945 if ( 'on' === _x( 'off', 'Comment number declension: on or off' ) ) { 946 946 $text = preg_replace( '#<span class="screen-reader-text">.+?</span>#', '', $more ); 947 $text = preg_replace( '/&.+?;/', '', $text ); // Killentities.947 $text = preg_replace( '/&.+?;/', '', $text ); // Remove HTML entities. 948 948 $text = trim( strip_tags( $text ), '% ' ); 949 949
Note: See TracChangeset
for help on using the changeset viewer.