Changeset 60402
- Timestamp:
- 07/01/2025 10:29:38 PM (7 months ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/blocks.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/blocks.php
r60400 r60402 2429 2429 */ 2430 2430 for ( $i = 0; $i < $top_level_block_count; $i++ ) { 2431 $output .= render_block( $blocks[ $i ] );2431 $output .= render_block( $blocks[ $i ] ); 2432 2432 $blocks[ $i ] = null; 2433 2433 }
Note: See TracChangeset
for help on using the changeset viewer.