Changeset 56598 for trunk/src/wp-includes/blocks.php
- Timestamp:
- 09/17/2023 02:08:25 AM (21 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/blocks.php
r56592 r56598 873 873 foreach ( $blocks as $block ) { 874 874 $result .= serialize_block( $block, $callback ); 875 } ;875 } 876 876 return $result; 877 877 }
Note: See TracChangeset
for help on using the changeset viewer.