Changeset 53157 for trunk/src/wp-includes/blocks/latest-comments.php
- Timestamp:
- 04/12/2022 03:10:30 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/blocks/latest-comments.php
r52042 r53157 31 31 $title = __( '(no title)' ); 32 32 } 33 return esc_html( $title );33 return $title; 34 34 } 35 35
Note: See TracChangeset
for help on using the changeset viewer.