mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-06 05:34:26 +00:00
Docs: Improve Style Engine DocBlocks per the documentation standards.
Follow-up to [54156], [55719], [55733]. See #57840. git-svn-id: https://develop.svn.wordpress.org/trunk@55819 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -3016,10 +3016,13 @@ function wp_enqueue_block_support_styles( $style, $priority = 10 ) {
|
||||
* @since 6.1.0
|
||||
*
|
||||
* @param array $options {
|
||||
* Optional. An array of options to pass to wp_style_engine_get_stylesheet_from_context(). Default empty array.
|
||||
* Optional. An array of options to pass to wp_style_engine_get_stylesheet_from_context().
|
||||
* Default empty array.
|
||||
*
|
||||
* @type bool $optimize Whether to optimize the CSS output, e.g., combine rules. Default is `false`.
|
||||
* @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.
|
||||
* @type bool $optimize Whether to optimize the CSS output, e.g., combine rules.
|
||||
* Default false.
|
||||
* @type bool $prettify Whether to add new lines and indents to output.
|
||||
* Default to whether the `SCRIPT_DEBUG` constant is defined.
|
||||
* }
|
||||
*/
|
||||
function wp_enqueue_stored_styles( $options = array() ) {
|
||||
|
||||
Reference in New Issue
Block a user