Changeset 54309 for trunk/src/wp-includes/blocks.php
- Timestamp:
- 09/26/2022 01:05:30 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/blocks.php
r54290 r54309 443 443 ) 444 444 ); 445 if ( file_exists( $template_path )) {445 if ( $template_path ) { 446 446 /** 447 447 * Renders the block on the server.
Note: See TracChangeset
for help on using the changeset viewer.