Changeset 55820 for trunk/src/wp-includes/style-engine.php
- Timestamp:
- 05/17/2023 12:04:38 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/style-engine.php
r55819 r55820 131 131 * When set, the style engine will attempt to store the CSS rules. 132 132 * @type bool $optimize Whether to optimize the CSS output, e.g. combine rules. 133 * Default false.133 * Default true. 134 134 * @type bool $prettify Whether to add new lines and indents to output. 135 135 * Defaults to whether the `SCRIPT_DEBUG` constant is defined. … … 179 179 * 180 180 * @type bool $optimize Whether to optimize the CSS output, e.g. combine rules. 181 * Default false.181 * Default true. 182 182 * @type bool $prettify Whether to add new lines and indents to output. 183 183 * Defaults to whether the `SCRIPT_DEBUG` constant is defined.
Note: See TracChangeset
for help on using the changeset viewer.