diff --git a/wp-content/themes/twentysixteen/functions.php b/wp-content/themes/twentysixteen/functions.php index 75855f805e..e70a9acf14 100644 --- a/wp-content/themes/twentysixteen/functions.php +++ b/wp-content/themes/twentysixteen/functions.php @@ -371,7 +371,7 @@ require get_template_directory() . '/inc/customizer.php'; function twentysixteen_content_image_sizes_attr( $sizes, $size ) { $width = $size[0]; - if ( 840 <= $width ){ + if ( 840 <= $width ) { $sizes = '(max-width: 709px) 85vw, (max-width: 909px) 67vw, (max-width: 1362px) 62vw, 840px'; } diff --git a/wp-includes/version.php b/wp-includes/version.php index 0cc636b913..6044e85db0 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.9-alpha-41579'; +$wp_version = '4.9-alpha-41580'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.