Make WordPress Core

Changeset 54426


Ignore:
Timestamp:
10/09/2022 04:37:01 PM (4 years ago)
Author:
SergeyBiryukov
Message:

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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/tests/customize/manager.php

    r54425 r54426  
    548548        add_theme_support( 'custom-background' );
    549549
    550         $existing_canola_attachment_id     = self::factory()->attachment->create_object(
     550        $existing_canola_attachment_id = self::factory()->attachment->create_object(
    551551            DIR_TESTDATA . '/images/canola.jpg',
    552552            0,
Note: See TracChangeset for help on using the changeset viewer.