Changeset 51298 for trunk/src/wp-includes/block-supports/border.php
- Timestamp:
- 07/01/2021 09:01:17 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/block-supports/border.php
r51221 r51298 126 126 * @param WP_Block_Type $block_type Block type. 127 127 * 128 * @return bool ean128 * @return bool 129 129 */ 130 130 function wp_skip_border_serialization( $block_type ) { … … 150 150 * @param string $feature Name of the feature to check support for. 151 151 * @param mixed $default Fallback value for feature support, defaults to false. 152 * 153 * @return boolean Whether or not the feature is supported. 152 * @return bool Whether the feature is supported. 154 153 */ 155 154 function wp_has_border_feature_support( $block_type, $feature, $default = false ) {
Note: See TracChangeset
for help on using the changeset viewer.