- Timestamp:
- 05/09/2023 10:35:06 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/style-engine/class-wp-style-engine.php
r55725 r55733 1 1 <?php 2 2 /** 3 * StyleEngine: WP_Style_Engine class 4 * 5 * This is the main class integrating all other WP_Style_Engine_* classes. 3 * Style Engine: WP_Style_Engine class 6 4 * 7 5 * @package WordPress … … 11 9 12 10 /** 13 * Class WP_Style_Engine.11 * The main class integrating all other WP_Style_Engine_* classes. 14 12 * 15 13 * The Style Engine aims to provide a consistent API for rendering styling for blocks across both client-side and server-side applications.
Note: See TracChangeset
for help on using the changeset viewer.