- Timestamp:
- 06/22/2023 08:16:05 AM (21 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/style-engine/class-wp-style-engine.php
r55820 r55985 22 22 * @access private 23 23 * @since 6.1.0 24 * @since 6.3.0 Added support for text-columns. 24 25 */ 25 26 #[AllowDynamicProperties] … … 218 219 'path' => array( 'typography', 'lineHeight' ), 219 220 ), 221 'textColumns' => array( 222 'property_keys' => array( 223 'default' => 'column-count', 224 ), 225 'path' => array( 'typography', 'textColumns' ), 226 ), 220 227 'textDecoration' => array( 221 228 'property_keys' => array(
Note: See TracChangeset
for help on using the changeset viewer.