Make WordPress Core


Ignore:
Timestamp:
05/03/2023 11:55:50 PM (2 years ago)
Author:
johnbillion
Message:

Docs: Correct and improve inline docs relating to the style engine.

See #57840

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/style-engine/class-wp-style-engine-processor.php

    r54481 r55719  
    4242     *
    4343     * @param WP_Style_Engine_CSS_Rules_Store $store The store to add.
    44      *
    4544     * @return WP_Style_Engine_Processor Returns the object to allow chaining methods.
    4645     */
     
    6665     *
    6766     * @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      *
    6967     * @return WP_Style_Engine_Processor Returns the object to allow chaining methods.
    7068     */
     
    9795     *     @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.
    9896     * }
    99      *
    10097     * @return string The computed CSS.
    10198     */
Note: See TracChangeset for help on using the changeset viewer.