Changeset 57561
- Timestamp:
- 02/08/2024 08:40:37 AM (8 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-block.php
r57526 r57561 377 377 return $block_content; 378 378 } 379 $amended_content->set_attribute( $block_type->attributes[ $attribute_name ]['attribute'], esc_attr( $source_value ));379 $amended_content->set_attribute( $block_type->attributes[ $attribute_name ]['attribute'], $source_value ); 380 380 return $amended_content->get_updated_html(); 381 381 break;
Note: See TracChangeset
for help on using the changeset viewer.