diff --git a/wp-content/themes/twentythirteen/css/editor-style.css b/wp-content/themes/twentythirteen/css/editor-style.css
index 2e6218449e5283182d7e001c30594c8fce022662..568418992b4b45e9b1a9aa9f35d2055844ba83a0 100644
--- a/wp-content/themes/twentythirteen/css/editor-style.css
+++ b/wp-content/themes/twentythirteen/css/editor-style.css
@@ -18,7 +18,6 @@ Description: Used to style the TinyMCE editor.
  * 9.0 - Audio/Video
  * 10.0 - Post Formats
  * 11.0 - RTL
- * 12.0 - Media Queries
  * ----------------------------------------------------------------------------
  */
 
@@ -770,18 +769,3 @@ html .mceContentBody.rtl {
 	background: none;
 	content: none;
 }
-
-
-/**
- * 12.0 Media Queries
- */
-
-@media screen and (max-width: 604px) {
-	body, img, .wp-caption {
-		max-width: 100%;
-	}
-
-	img, .wp-caption {
-		width: auto !important;
-	}
-}
diff --git a/wp-content/themes/twentythirteen/footer.php b/wp-content/themes/twentythirteen/footer.php
index 725251c4f452dd21d339aaabc873effb830e1181..6dc4f94b3bb5ebfba14b10a3f8848539c56bcddf 100644
--- a/wp-content/themes/twentythirteen/footer.php
+++ b/wp-content/themes/twentythirteen/footer.php
@@ -16,7 +16,7 @@
 
 			<div class="site-info">
 				<?php do_action( 'twentythirteen_credits' ); ?>
-				<a href="<?php echo esc_url( __( 'http://wordpress.org/', 'twentythirteen' ) ); ?>" title="<?php esc_attr_e( 'Semantic Personal Publishing Platform', 'twentythirteen' ); ?>"><?php printf( __( 'Proudly powered by %s', 'twentythirteen' ), 'WordPress' ); ?></a>
+				<a href="<?php echo esc_url( __( 'https://wordpress.org/', 'twentythirteen' ) ); ?>" title="<?php esc_attr_e( 'Semantic Personal Publishing Platform', 'twentythirteen' ); ?>"><?php printf( __( 'Proudly powered by %s', 'twentythirteen' ), 'WordPress' ); ?></a>
 			</div><!-- .site-info -->
 		</footer><!-- #colophon -->
 	</div><!-- #page -->
diff --git a/wp-content/themes/twentythirteen/functions.php b/wp-content/themes/twentythirteen/functions.php
index 9c85c993f3fb5cb6a0b097934c5383a89f254db4..e87761f2233b174076bca6fdf85c0d16735d268e 100644
--- a/wp-content/themes/twentythirteen/functions.php
+++ b/wp-content/themes/twentythirteen/functions.php
@@ -146,7 +146,7 @@ function twentythirteen_fonts_url() {
 			'family' => urlencode( implode( '|', $font_families ) ),
 			'subset' => urlencode( 'latin,latin-ext' ),
 		);
-		$fonts_url = add_query_arg( $query_args, '//fonts.googleapis.com/css' );
+		$fonts_url = add_query_arg( $query_args, 'https://fonts.googleapis.com/css' );
 	}
 
 	return $fonts_url;
diff --git a/wp-content/themes/twentythirteen/languages/twentythirteen.pot b/wp-content/themes/twentythirteen/languages/twentythirteen.pot
index 884def612d63098dec18afd7d27838c34664e99a..7706373e65c777493bb06e2ae770554e69c398c4 100644
--- a/wp-content/themes/twentythirteen/languages/twentythirteen.pot
+++ b/wp-content/themes/twentythirteen/languages/twentythirteen.pot
@@ -2,9 +2,9 @@
 # This file is distributed under the GNU General Public License v2 or later.
 msgid ""
 msgstr ""
-"Project-Id-Version: Twenty Thirteen 1.5\n"
-"Report-Msgid-Bugs-To: http://wordpress.org/support/theme/twentythirteen\n"
-"POT-Creation-Date: 2015-04-23 15:11:25+00:00\n"
+"Project-Id-Version: Twenty Thirteen 1.6\n"
+"Report-Msgid-Bugs-To: https://wordpress.org/support/theme/twentythirteen\n"
+"POT-Creation-Date: 2015-07-27 19:47:38+00:00\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
@@ -147,8 +147,10 @@ msgid ""
 "searching can help."
 msgstr ""
 
+#. #-#-#-#-#  twentythirteen.pot (Twenty Thirteen 1.6)  #-#-#-#-#
+#. Author URI of the plugin/theme
 #: footer.php:19
-msgid "http://wordpress.org/"
+msgid "https://wordpress.org/"
 msgstr ""
 
 #: footer.php:19
@@ -330,7 +332,3 @@ msgstr ""
 #. Author of the plugin/theme
 msgid "the WordPress team"
 msgstr ""
-
-#. Author URI of the plugin/theme
-msgid "https://wordpress.org/"
-msgstr ""
diff --git a/wp-content/themes/twentythirteen/readme.txt b/wp-content/themes/twentythirteen/readme.txt
new file mode 100644
index 0000000000000000000000000000000000000000..807443d7a116d307c98a67aef6d8ac689d0b6f8e
--- /dev/null
+++ b/wp-content/themes/twentythirteen/readme.txt
@@ -0,0 +1,83 @@
+=== Twenty Thirteen ===
+Contributors: the WordPress team
+Requires at least: WordPress 3.6
+Tested up to: WordPress 4.3-trunk
+Stable tag: 1.6
+License: GPLv2 or later
+License URI: http://www.gnu.org/licenses/gpl-2.0.html
+Tags: black, brown, orange, tan, white, yellow, light, one-column, two-columns, right-sidebar, fluid-layout, responsive-layout, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready, accessibility-ready
+
+== Description ==
+The 2013 theme for WordPress takes us back to the blog, featuring a full range of post formats, each displayed beautifully in their own unique way. Design details abound, starting with a vibrant color scheme and matching header images, beautiful typography and icons, and a flexible layout that looks great on any device, big or small.
+
+For more information about Twenty Thirteen please go to https://codex.wordpress.org/Twenty_Thirteen.
+
+== Installation ==
+
+1. In your admin panel, go to Appearance -> Themes and click the 'Add New' button.
+2. Type in Twenty Thirteen in the search form and press the 'Enter' key in your keyboard.
+3. Click on the 'Activate' button to use your new theme right away.
+4. Go to https://codex.wordpress.org/Twenty_Thirteen for a guide to customize this theme.
+5. Navigate to Appearance > Customize in your admin panel.
+
+== Copyright ==
+
+Twenty Thirteen WordPress Theme, Copyright 2013-2015 WordPress.org & Automattic.com
+Twenty Thirteen is Distributed under the terms of the GNU GPL
+
+This program is free software: you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+This program is distributed in the hope that it will be useful,
+but WITHOUT ANY WARRANTY; without even the implied warranty of
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+GNU General Public License for more details.
+
+Twenty Thirteen Theme bundles the following third-party resources:
+
+HTML5 Shiv v3.7.0, Copyright 2014 Alexander Farkas
+Licenses: MIT/GPL2
+Source: https://github.com/aFarkas/html5shiv
+
+Genericons icon font, Copyright 2013-2015 Automattic.com
+License: GNU GPL, Version 2 (or later)
+Source: http://www.genericons.com
+
+== Changelog ==
+
+= 1.6 =
+* Released: August 18, 2015
+
+https://codex.wordpress.org/Twenty_Thirteen_Theme_Changelog#Version_1.6
+
+= 1.5 =
+* Released: April 23, 2015
+
+https://codex.wordpress.org/Twenty_Thirteen_Theme_Changelog#Version_1.5
+
+= 1.4 =
+* Released: December 18, 2014
+
+https://codex.wordpress.org/Twenty_Thirteen_Theme_Changelog#Version_1.4
+
+= 1.3 =
+* Released: September 4, 2014
+
+https://codex.wordpress.org/Twenty_Thirteen_Theme_Changelog#Version_1.3
+
+= 1.2 =
+* Released: May 8, 2014
+
+https://codex.wordpress.org/Twenty_Thirteen_Theme_Changelog#Version_1.2
+
+= 1.1 =
+* Released: October 24, 2013
+
+https://codex.wordpress.org/Twenty_Thirteen_Theme_Changelog#Version_1.1
+
+= 1.0 =
+* Released: August 1, 2013
+
+Initial release.
diff --git a/wp-content/themes/twentythirteen/rtl.css b/wp-content/themes/twentythirteen/rtl.css
index 54286302511f3fb86a4abd238592b7a2e4fa87c8..447d385c2be282abb31b0f695d441813a14f1188 100644
--- a/wp-content/themes/twentythirteen/rtl.css
+++ b/wp-content/themes/twentythirteen/rtl.css
@@ -4,7 +4,7 @@ Description: Adds support for languages written in a Right To Left (RTL) directi
 It's easy, just a matter of overwriting all the horizontal positioning attributes
 of your CSS stylesheet in a separate stylesheet file named rtl.css.
 
-See http://codex.wordpress.org/Right_to_Left_Language_Support
+See https://codex.wordpress.org/Right_to_Left_Language_Support
 */
 
 /**
diff --git a/wp-content/themes/twentythirteen/style.css b/wp-content/themes/twentythirteen/style.css
index 1322f48c76a0560afc66dbf79bbcc779c92936aa..d547283d40a00ce14315f6e1263389f0df17c9b9 100644
--- a/wp-content/themes/twentythirteen/style.css
+++ b/wp-content/themes/twentythirteen/style.css
@@ -4,7 +4,7 @@ Theme URI: https://wordpress.org/themes/twentythirteen/
 Author: the WordPress team
 Author URI: https://wordpress.org/
 Description: The 2013 theme for WordPress takes us back to the blog, featuring a full range of post formats, each displayed beautifully in their own unique way. Design details abound, starting with a vibrant color scheme and matching header images, beautiful typography and icons, and a flexible layout that looks great on any device, big or small.
-Version: 1.5
+Version: 1.6
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Tags: black, brown, orange, tan, white, yellow, light, one-column, two-columns, right-sidebar, fluid-layout, responsive-layout, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready, accessibility-ready