Changeset 54309
- Timestamp:
- 09/26/2022 01:05:30 PM (2 years ago)
- Location:
- trunk/src/wp-includes
- Files:
-
- 2 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. -
trunk/src/wp-includes/functions.php
r54299 r54309 4529 4529 $result = null; 4530 4530 $filename = wp_normalize_path( realpath( $filename ) ); 4531 if ( ! file_exists( $filename ) ) { 4531 4532 if ( ! $filename ) { 4532 4533 trigger_error( 4533 4534 sprintf(
Note: See TracChangeset
for help on using the changeset viewer.