Make WordPress Core

Changeset 41580


Ignore:
Timestamp:
09/23/2017 12:24:13 PM (9 years ago)
Author:
SergeyBiryukov
Message:

Twenty Sixteen: After [41343], add missing space to if condition in twentysixteen_content_image_sizes_attr().

Fixes #38468.

File:
1 edited

Legend:

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

    r41343 r41580  
    372372        $width = $size[0];
    373373
    374         if ( 840 <= $width ){
     374        if ( 840 <= $width ) {
    375375                $sizes = '(max-width: 709px) 85vw, (max-width: 909px) 67vw, (max-width: 1362px) 62vw, 840px';
    376376        }
Note: See TracChangeset for help on using the changeset viewer.