Make WordPress Core


Ignore:
Timestamp:
05/17/2023 11:56:47 AM (17 months ago)
Author:
SergeyBiryukov
Message:

Docs: Improve Style Engine DocBlocks per the documentation standards.

Follow-up to [54156], [55719], [55733].

See #57840.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/script-loader.php

    r55725 r55819  
    30173017 *
    30183018 * @param array $options {
    3019  *     Optional. An array of options to pass to wp_style_engine_get_stylesheet_from_context(). Default empty array.
    3020  *
    3021  *     @type bool $optimize Whether to optimize the CSS output, e.g., combine rules. Default is `false`.
    3022  *     @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.
     3019 *     Optional. An array of options to pass to wp_style_engine_get_stylesheet_from_context().
     3020 *     Default empty array.
     3021 *
     3022 *     @type bool $optimize Whether to optimize the CSS output, e.g., combine rules.
     3023 *                          Default false.
     3024 *     @type bool $prettify Whether to add new lines and indents to output.
     3025 *                          Default to whether the `SCRIPT_DEBUG` constant is defined.
    30233026 * }
    30243027 */
Note: See TracChangeset for help on using the changeset viewer.