mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-11 20:30:23 +00:00
Coding Standards: Correct alignment in various files.
This fixes an `Array double arrow not aligned correctly` WPCS warning. Follow-up to [53075], [53084], [53091], [53094], [53155], [53129]. See #54728. git-svn-id: https://develop.svn.wordpress.org/trunk@53197 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -1001,8 +1001,8 @@ function wp_generate_block_templates_export_file() {
|
||||
if ( $theme_json_raw['version'] ) {
|
||||
global $wp_version;
|
||||
$theme_json_version = 'wp/' . substr( $wp_version, 0, 3 );
|
||||
$schema = array( '$schema' => 'https://schemas.wp.org/' . $theme_json_version . '/theme.json' );
|
||||
$theme_json_raw = array_merge( $schema, $theme_json_raw );
|
||||
$schema = array( '$schema' => 'https://schemas.wp.org/' . $theme_json_version . '/theme.json' );
|
||||
$theme_json_raw = array_merge( $schema, $theme_json_raw );
|
||||
}
|
||||
|
||||
// Convert to a string.
|
||||
|
||||
Reference in New Issue
Block a user