Changeset 50048 for trunk/src/wp-includes/class-wp-block-supports.php
- Timestamp:
- 01/28/2021 02:01:50 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-block-supports.php
r49312 r50048 103 103 104 104 $output = array(); 105 foreach ( $this->block_supports as $ name => $block_support_config ) {105 foreach ( $this->block_supports as $block_support_config ) { 106 106 if ( ! isset( $block_support_config['apply'] ) ) { 107 107 continue; … … 144 144 } 145 145 146 foreach ( $this->block_supports as $ name => $block_support_config ) {146 foreach ( $this->block_supports as $block_support_config ) { 147 147 if ( ! isset( $block_support_config['register_attribute'] ) ) { 148 148 continue;
Note: See TracChangeset
for help on using the changeset viewer.