mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-23 01:27:36 +01:00
General: fix overridden
typos.
Fixes two typos in `class-wp-theme-json`. Props Aristath, nihar007, kapilpaul, oandregal, krupalpanchal. Fixes #58464. Built from https://develop.svn.wordpress.org/trunk@55945 git-svn-id: http://core.svn.wordpress.org/trunk@55457 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
7f4337121a
commit
ae884fdc62
@ -80,8 +80,8 @@ class WP_Theme_JSON {
|
||||
* - prevent_override => Disables override of default presets by theme presets.
|
||||
* The relationship between whether to override the defaults
|
||||
* and whether the defaults are enabled is inverse:
|
||||
* - If defaults are enabled => theme presets should not be overriden
|
||||
* - If defaults are disabled => theme presets should be overriden
|
||||
* - If defaults are enabled => theme presets should not be overridden
|
||||
* - If defaults are disabled => theme presets should be overridden
|
||||
* For example, a theme sets defaultPalette to false,
|
||||
* making the default palette hidden from the user.
|
||||
* In that case, we want all the theme presets to be present,
|
||||
|
@ -16,7 +16,7 @@
|
||||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '6.3-alpha-55944';
|
||||
$wp_version = '6.3-alpha-55945';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
Loading…
Reference in New Issue
Block a user