Docs: Correct default value for the $optimize option in Style Engine.

The default value is set to `true` in `WP_Style_Engine_Processor::get_css()`, but was previously documented as `false` in various DocBlocks.

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

See #57840.
Built from https://develop.svn.wordpress.org/trunk@55820


git-svn-id: http://core.svn.wordpress.org/trunk@55332 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov
2023-05-17 12:06:19 +00:00
parent c14343ba25
commit 95bcde947f
5 changed files with 6 additions and 6 deletions

View File

@@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
$wp_version = '6.3-alpha-55819';
$wp_version = '6.3-alpha-55820';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.