diff --git a/wp-content/themes/twentyfifteen/style.css b/wp-content/themes/twentyfifteen/style.css index 91b0716ad7..d380f5f55e 100644 --- a/wp-content/themes/twentyfifteen/style.css +++ b/wp-content/themes/twentyfifteen/style.css @@ -5599,7 +5599,7 @@ span > video { } .entry-header, - .entry-footer { + .entry-footer { padding: 0; } diff --git a/wp-includes/version.php b/wp-includes/version.php index 7cdc833169..0ef00c79e5 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.1-alpha-30048'; +$wp_version = '4.1-alpha-30049'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.