- Timestamp:
- 05/03/2023 11:55:50 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/style-engine/class-wp-style-engine-processor.php
r54481 r55719 42 42 * 43 43 * @param WP_Style_Engine_CSS_Rules_Store $store The store to add. 44 *45 44 * @return WP_Style_Engine_Processor Returns the object to allow chaining methods. 46 45 */ … … 66 65 * 67 66 * @param WP_Style_Engine_CSS_Rule|WP_Style_Engine_CSS_Rule[] $css_rules A single, or an array of, WP_Style_Engine_CSS_Rule objects from a store or otherwise. 68 *69 67 * @return WP_Style_Engine_Processor Returns the object to allow chaining methods. 70 68 */ … … 97 95 * @type bool $prettify Whether to add new lines and indents to output. Default is the test of whether the global constant `SCRIPT_DEBUG` is defined. 98 96 * } 99 *100 97 * @return string The computed CSS. 101 98 */
Note: See TracChangeset
for help on using the changeset viewer.