Changeset 58409 for trunk/src/wp-includes/block-template-utils.php
- Timestamp:
- 06/13/2024 08:48:33 PM (9 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/block-template-utils.php
r58323 r58409 253 253 WP_TEMPLATE_PART_AREA_UNCATEGORIZED 254 254 ); 255 trigger_error( $warning_message, E_USER_NOTICE);255 wp_trigger_error( __FUNCTION__, $warning_message ); 256 256 return WP_TEMPLATE_PART_AREA_UNCATEGORIZED; 257 257 }
Note: See TracChangeset
for help on using the changeset viewer.