Changeset 52302 for trunk/src/wp-includes/block-supports/border.php
- Timestamp:
- 12/01/2021 11:14:22 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/block-supports/border.php
r52069 r52302 48 48 * @param WP_Block_Type $block_type Block type. 49 49 * @param array $block_attributes Block attributes. 50 *51 50 * @return array Border CSS classes and inline styles. 52 51 */ … … 146 145 * 147 146 * @param WP_Block_Type $block_type Block type. 148 * 149 * @return bool147 * @return bool Whether serialization of the current block's border properties 148 * should occur. 150 149 */ 151 150 function wp_skip_border_serialization( $block_type ) {
Note: See TracChangeset
for help on using the changeset viewer.