Make WordPress Core


Ignore:
Timestamp:
07/05/2019 05:20:52 AM (5 years ago)
Author:
pento
Message:

Coding Standards: Fix all WordPress.WhiteSpace.PrecisionAlignment issues.

See #47632.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentyeleven/functions.php

    r45256 r45602  
    189189             * @param int The default header image height in pixels. Default 288.
    190190             */
    191                'height'              => apply_filters( 'twentyeleven_header_image_height', 288 ),
     191            'height'                 => apply_filters( 'twentyeleven_header_image_height', 288 ),
    192192            // Support flexible heights.
    193193            'flex-height'            => true,
Note: See TracChangeset for help on using the changeset viewer.