Changeset 60275 for trunk/src/wp-includes/block-template.php
- Timestamp:
- 06/03/2025 04:49:48 PM (8 months ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/block-template.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/block-template.php
r60046 r60275 254 254 return '<h1>' . esc_html__( 'No matching template found' ) . '</h1>'; 255 255 } 256 return ;256 return ''; 257 257 } 258 258
Note: See TracChangeset
for help on using the changeset viewer.