Changeset 52302 for trunk/src/wp-includes/block-supports/spacing.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/spacing.php
r52069 r52302 42 42 * @param WP_Block_Type $block_type Block Type. 43 43 * @param array $block_attributes Block attributes. 44 *45 44 * @return array Block spacing CSS classes and inline styles. 46 45 */ … … 87 86 * 88 87 * @param WP_Block_Type $block_type Block type. 89 * 90 * @return boolean Whether to serialize spacing support styles & classes. 88 * @return bool Whether to serialize spacing support styles & classes. 91 89 */ 92 90 function wp_skip_spacing_serialization( $block_type ) { … … 105 103 * @access private 106 104 * 107 * @param 108 * @param 109 * @return string 105 * @param string $block_content Rendered block content. 106 * @param array $block Block object. 107 * @return string Filtered block content. 110 108 */ 111 109 function wp_render_spacing_gap_support( $block_content, $block ) {
Note: See TracChangeset
for help on using the changeset viewer.