Fix indentation and whitespace in WP_Theme_JSON and WP_Theme_JSON_Resolver
Props mukesh27. Follows r58264. See #61312. Built from https://develop.svn.wordpress.org/trunk@58265 git-svn-id: http://core.svn.wordpress.org/trunk@57728 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
51c676d7ea
commit
e2417763fa
|
@ -712,7 +712,6 @@ class WP_Theme_JSON_Resolver {
|
|||
*
|
||||
* @param array $variation Theme.json shaped style variation object.
|
||||
* @param string $scope Scope to check e.g. theme, block etc.
|
||||
*
|
||||
* @return boolean
|
||||
*/
|
||||
private static function style_variation_has_scope( $variation, $scope ) {
|
||||
|
@ -737,7 +736,6 @@ class WP_Theme_JSON_Resolver {
|
|||
* can be applied e.g. theme vs block etc.
|
||||
*
|
||||
* @param string $scope The scope or type of style variation to retrieve e.g. theme, block etc.
|
||||
*
|
||||
* @return array
|
||||
*/
|
||||
public static function get_style_variations( $scope = 'theme' ) {
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '6.6-alpha-58264';
|
||||
$wp_version = '6.6-alpha-58265';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue