Make WordPress Core


Ignore:
Timestamp:
07/05/2019 05:20:52 AM (6 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/twentyten/functions.php

    r45256 r45602  
    172172             * @param int The default header image height in pixels. Default 198.
    173173             */
    174                'height'           => apply_filters( 'twentyten_header_image_height', 198 ),
     174            'height'              => apply_filters( 'twentyten_header_image_height', 198 ),
    175175            // Support flexible heights.
    176176            'flex-height'         => true,
Note: See TracChangeset for help on using the changeset viewer.