Changeset 54481
- Timestamp:
- 10/11/2022 02:58:03 PM (2 years ago)
- Location:
- trunk/src/wp-includes
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-theme-json-data.php
r54251 r54481 11 11 * Class to provide access to update a theme.json structure. 12 12 */ 13 #[AllowDynamicProperties] 13 14 class WP_Theme_JSON_Data { 14 15 -
trunk/src/wp-includes/style-engine/class-wp-style-engine-css-declarations.php
r54156 r54481 17 17 * @since 6.1.0 18 18 */ 19 #[AllowDynamicProperties] 19 20 class WP_Style_Engine_CSS_Declarations { 20 21 -
trunk/src/wp-includes/style-engine/class-wp-style-engine-css-rule.php
r54156 r54481 17 17 * @since 6.1.0 18 18 */ 19 #[AllowDynamicProperties] 19 20 class WP_Style_Engine_CSS_Rule { 20 21 -
trunk/src/wp-includes/style-engine/class-wp-style-engine-css-rules-store.php
r54156 r54481 17 17 * @since 6.1.0 18 18 */ 19 #[AllowDynamicProperties] 19 20 class WP_Style_Engine_CSS_Rules_Store { 20 21 -
trunk/src/wp-includes/style-engine/class-wp-style-engine-processor.php
r54156 r54481 17 17 * @since 6.1.0 18 18 */ 19 #[AllowDynamicProperties] 19 20 class WP_Style_Engine_Processor { 20 21 -
trunk/src/wp-includes/style-engine/class-wp-style-engine.php
r54357 r54481 22 22 * @since 6.1.0 23 23 */ 24 #[AllowDynamicProperties] 24 25 final class WP_Style_Engine { 25 26 /**
Note: See TracChangeset
for help on using the changeset viewer.