Changeset 57575 for trunk/src/wp-includes/class-wp-block.php
- Timestamp:
- 02/09/2024 10:52:09 AM (2 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/class-wp-block.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-block.php
r57574 r57575 414 414 $computed_attributes = $this->process_block_bindings(); 415 415 if ( ! empty( $computed_attributes ) ) { 416 // Merge the computed attributes with the original attributes 416 // Merge the computed attributes with the original attributes. 417 417 $this->attributes = array_merge( $this->attributes, $computed_attributes ); 418 418 }
Note: See TracChangeset
for help on using the changeset viewer.