Changeset 55820
- Timestamp:
- 05/17/2023 12:04:38 PM (17 months ago)
- Location:
- trunk/src/wp-includes
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/script-loader.php
r55819 r55820 3021 3021 * 3022 3022 * @type bool $optimize Whether to optimize the CSS output, e.g., combine rules. 3023 * Default false.3023 * Default true. 3024 3024 * @type bool $prettify Whether to add new lines and indents to output. 3025 3025 * Default to whether the `SCRIPT_DEBUG` constant is defined. -
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. -
trunk/src/wp-includes/style-engine/class-wp-style-engine-processor.php
r55819 r55820 91 91 * 92 92 * @type bool $optimize Whether to optimize the CSS output, e.g. combine rules. 93 * Default false.93 * Default true. 94 94 * @type bool $prettify Whether to add new lines and indents to output. 95 95 * Defaults to whether the `SCRIPT_DEBUG` constant is defined. -
trunk/src/wp-includes/style-engine/class-wp-style-engine.php
r55819 r55820 607 607 * When set, the style engine will attempt to store the CSS rules. 608 608 * @type bool $optimize Whether to optimize the CSS output, e.g. combine rules. 609 * Default false.609 * Default true. 610 610 * @type bool $prettify Whether to add new lines and indents to output. 611 611 * Defaults to whether the `SCRIPT_DEBUG` constant is defined.
Note: See TracChangeset
for help on using the changeset viewer.