Changeset 52302 for trunk/src/wp-includes/block-supports/layout.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/layout.php
r52161 r52302 36 36 * @access private 37 37 * 38 * @param string $selectorCSS selector.39 * @param array $layout Layout object. The one that is passed has already checked the existance of default block layout.40 * @param boolean $has_block_gap_support Whether the theme has support for the block gap.41 * 38 * @param string $selector CSS selector. 39 * @param array $layout Layout object. The one that is passed has already checked 40 * the existance of default block layout. 41 * @param bool $has_block_gap_support Whether the theme has support for the block gap. 42 42 * @return string CSS style. 43 43 */ … … 217 217 * @param string $block_content Rendered block content. 218 218 * @param array $block Block object. 219 *220 219 * @return string Filtered block content. 221 220 */
Note: See TracChangeset
for help on using the changeset viewer.