diff --git a/wp-content/themes/twentyfifteen/readme.txt b/wp-content/themes/twentyfifteen/readme.txt index e610272f04..e5c7722140 100644 --- a/wp-content/themes/twentyfifteen/readme.txt +++ b/wp-content/themes/twentyfifteen/readme.txt @@ -18,6 +18,9 @@ Our 2015 default theme is clean, blog-focused, and designed for clarity. Twenty * Post Formats * The GPL v2.0 or later license. :) Use it to make something cool. +== Credits == +* screenshot.png image is from https://unsplash.imgix.net/29/fly.jpg released under the CC0 license https://unsplash.com/license + == Installation == 1. In your admin panel, go to Appearance -> Themes and click the Add New button. diff --git a/wp-includes/version.php b/wp-includes/version.php index 7bc0eec206..33abdcf456 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.1-alpha-30234'; +$wp_version = '4.1-alpha-30235'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.