Make WordPress Core


Ignore:
Timestamp:
12/14/2018 03:24:35 AM (6 years ago)
Author:
pento
Message:

General: Fix some code formatting issues.

A handful of code formatting issues were introduced in recent commits, runs the auto-fixer on them.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentynineteen/inc/customizer.php

    r44149 r44155  
    5353            'label'    => __( 'Primary Color', 'twentynineteen' ),
    5454            'choices'  => array(
    55                 'default'  => _x( 'Default', 'primary color', 'twentynineteen' ),
    56                 'custom' => _x( 'Custom', 'primary color', 'twentynineteen' ),
     55                'default' => _x( 'Default', 'primary color', 'twentynineteen' ),
     56                'custom'  => _x( 'Custom', 'primary color', 'twentynineteen' ),
    5757            ),
    5858            'section'  => 'colors',
Note: See TracChangeset for help on using the changeset viewer.