Changeset 56560 for trunk/src/wp-includes/blocks.php
- Timestamp:
- 09/12/2023 07:18:34 PM (3 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/blocks.php
r56559 r56560 957 957 */ 958 958 function excerpt_remove_blocks( $content ) { 959 if ( ! has_blocks( $content ) ) { 960 return $content; 961 } 962 959 963 $allowed_inner_blocks = array( 960 964 // Classic blocks have their blockName set to null.
Note: See TracChangeset
for help on using the changeset viewer.