mirror of
git://develop.git.wordpress.org/
synced 2025-02-07 08:04:27 +01:00
Coding Standards: Correct alignment in test_import_theme_starter_content()
.
This fixes an `Equals sign not aligned correctly` WPCS warning. Follow-up to [54425]. See #55652. git-svn-id: https://develop.svn.wordpress.org/trunk@54426 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
2517aff837
commit
e8f4e448c9
@ -547,7 +547,7 @@ class Tests_WP_Customize_Manager extends WP_UnitTestCase {
|
||||
add_theme_support( 'custom-header' );
|
||||
add_theme_support( 'custom-background' );
|
||||
|
||||
$existing_canola_attachment_id = self::factory()->attachment->create_object(
|
||||
$existing_canola_attachment_id = self::factory()->attachment->create_object(
|
||||
DIR_TESTDATA . '/images/canola.jpg',
|
||||
0,
|
||||
array(
|
||||
|
Loading…
x
Reference in New Issue
Block a user