Changeset 59166 for trunk/src/wp-includes/blocks.php
- Timestamp:
- 10/04/2024 01:17:35 PM (17 months ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/blocks.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/blocks.php
r59132 r59166 2534 2534 if ( ! empty( $formats ) ) { 2535 2535 // Add the `post-format-` prefix. 2536 $terms = array_map(2536 $terms = array_map( 2537 2537 static function ( $format ) { 2538 2538 return "post-format-$format";
Note: See TracChangeset
for help on using the changeset viewer.