diff --git a/wp-content/themes/twentytwelve/footer.php b/wp-content/themes/twentytwelve/footer.php
index 79848d3424daa809160be03cceaccfe4b5ee7610..fe31e596d9233b9f0353fd095cfc187bdc0b4e04 100644
--- a/wp-content/themes/twentytwelve/footer.php
+++ b/wp-content/themes/twentytwelve/footer.php
@@ -13,7 +13,7 @@
 	<footer id="colophon" role="contentinfo">
 		<div class="site-info">
 			<?php do_action( 'twentytwelve_credits' ); ?>
-			<a href="<?php echo esc_url( __( 'http://wordpress.org/', 'twentytwelve' ) ); ?>" title="<?php esc_attr_e( 'Semantic Personal Publishing Platform', 'twentytwelve' ); ?>"><?php printf( __( 'Proudly powered by %s', 'twentytwelve' ), 'WordPress' ); ?></a>
+			<a href="<?php echo esc_url( __( 'https://wordpress.org/', 'twentytwelve' ) ); ?>" title="<?php esc_attr_e( 'Semantic Personal Publishing Platform', 'twentytwelve' ); ?>"><?php printf( __( 'Proudly powered by %s', 'twentytwelve' ), 'WordPress' ); ?></a>
 		</div><!-- .site-info -->
 	</footer><!-- #colophon -->
 </div><!-- #page -->
diff --git a/wp-content/themes/twentytwelve/functions.php b/wp-content/themes/twentytwelve/functions.php
index f877ab7d671f3990a795dbda0c7d69f6af3df5b2..8d5facf0f7a14ab9f543d2bb14c56051fb4c21fc 100644
--- a/wp-content/themes/twentytwelve/functions.php
+++ b/wp-content/themes/twentytwelve/functions.php
@@ -113,12 +113,11 @@ function twentytwelve_get_font_url() {
 		elseif ( 'vietnamese' == $subset )
 			$subsets .= ',vietnamese';
 
-		$protocol = is_ssl() ? 'https' : 'http';
 		$query_args = array(
 			'family' => 'Open+Sans:400italic,700italic,400,700',
 			'subset' => $subsets,
 		);
-		$font_url = add_query_arg( $query_args, "$protocol://fonts.googleapis.com/css" );
+		$font_url = add_query_arg( $query_args, 'https://fonts.googleapis.com/css' );
 	}
 
 	return $font_url;
diff --git a/wp-content/themes/twentytwelve/languages/twentytwelve.pot b/wp-content/themes/twentytwelve/languages/twentytwelve.pot
index 08b5e6f372075326e963437f7a936799b450789a..69a5197ff1f951b216d547f7d5ede8c97bdc9eaa 100644
--- a/wp-content/themes/twentytwelve/languages/twentytwelve.pot
+++ b/wp-content/themes/twentytwelve/languages/twentytwelve.pot
@@ -2,9 +2,9 @@
 # This file is distributed under the GNU General Public License v2 or later.
 msgid ""
 msgstr ""
-"Project-Id-Version: Twenty Twelve 1.7\n"
-"Report-Msgid-Bugs-To: http://wordpress.org/support/theme/twentytwelve\n"
-"POT-Creation-Date: 2015-04-23 15:11:25+00:00\n"
+"Project-Id-Version: Twenty Twelve 1.8\n"
+"Report-Msgid-Bugs-To: https://wordpress.org/support/theme/twentytwelve\n"
+"POT-Creation-Date: 2015-07-27 19:47:39+00:00\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
@@ -109,7 +109,7 @@ msgstr ""
 
 #: content-aside.php:26 content-image.php:26 content-link.php:24
 #: content-page.php:24 content-quote.php:23 content-status.php:40
-#: content.php:51 functions.php:343 image.php:37
+#: content.php:51 functions.php:342 image.php:37
 msgid "Edit"
 msgstr ""
 
@@ -139,8 +139,10 @@ msgstr ""
 msgid "View all posts by %s <span class=\"meta-nav\">&rarr;</span>"
 msgstr ""
 
+#. #-#-#-#-#  twentytwelve.pot (Twenty Twelve 1.8)  #-#-#-#-#
+#. Author URI of the plugin/theme
 #: footer.php:16
-msgid "http://wordpress.org/"
+msgid "https://wordpress.org/"
 msgstr ""
 
 #: footer.php:16
@@ -171,95 +173,95 @@ msgctxt "Open Sans font: add new subset (greek, cyrillic, vietnamese)"
 msgid "no-subset"
 msgstr ""
 
-#: functions.php:213
+#: functions.php:212
 msgid "Page %s"
 msgstr ""
 
-#: functions.php:242
+#: functions.php:241
 msgid "Main Sidebar"
 msgstr ""
 
-#: functions.php:244
+#: functions.php:243
 msgid ""
 "Appears on posts and pages except the optional Front Page template, which "
 "has its own widgets"
 msgstr ""
 
-#: functions.php:252
+#: functions.php:251
 msgid "First Front Page Widget Area"
 msgstr ""
 
-#: functions.php:254 functions.php:264
+#: functions.php:253 functions.php:263
 msgid ""
 "Appears when using the optional Front Page template with a page set as "
 "Static Front Page"
 msgstr ""
 
-#: functions.php:262
+#: functions.php:261
 msgid "Second Front Page Widget Area"
 msgstr ""
 
-#: functions.php:284 single.php:20
+#: functions.php:283 single.php:20
 msgid "Post navigation"
 msgstr ""
 
-#: functions.php:285
+#: functions.php:284
 msgid "<span class=\"meta-nav\">&larr;</span> Older posts"
 msgstr ""
 
-#: functions.php:286
+#: functions.php:285
 msgid "Newer posts <span class=\"meta-nav\">&rarr;</span>"
 msgstr ""
 
-#: functions.php:311
+#: functions.php:310
 msgid "Pingback:"
 msgstr ""
 
-#: functions.php:311
+#: functions.php:310
 msgid "(Edit)"
 msgstr ""
 
-#: functions.php:326
+#: functions.php:325
 msgid "Post author"
 msgstr ""
 
 #. translators: 1: date, 2: time
-#: functions.php:332
+#: functions.php:331
 msgid "%1$s at %2$s"
 msgstr ""
 
-#: functions.php:338
+#: functions.php:337
 msgid "Your comment is awaiting moderation."
 msgstr ""
 
-#: functions.php:347
+#: functions.php:346
 msgid "Reply"
 msgstr ""
 
 #. Translators: used between list items, there is a space after the comma.
-#: functions.php:368 functions.php:371
+#: functions.php:367 functions.php:370
 msgid ", "
 msgstr ""
 
-#: functions.php:382
+#: functions.php:381
 msgid "View all posts by %s"
 msgstr ""
 
 #. Translators: 1 is category, 2 is tag, 3 is the date and 4 is the author's
 #. name.
-#: functions.php:388
+#: functions.php:387
 msgid ""
 "This entry was posted in %1$s and tagged %2$s on %3$s<span class=\"by-author"
 "\"> by %4$s</span>."
 msgstr ""
 
-#: functions.php:390
+#: functions.php:389
 msgid ""
 "This entry was posted in %1$s on %3$s<span class=\"by-author\"> by %4$s</"
 "span>."
 msgstr ""
 
-#: functions.php:392
+#: functions.php:391
 msgid "This entry was posted on %3$s<span class=\"by-author\"> by %4$s</span>."
 msgstr ""
 
@@ -341,10 +343,6 @@ msgstr ""
 msgid "the WordPress team"
 msgstr ""
 
-#. Author URI of the plugin/theme
-msgid "https://wordpress.org/"
-msgstr ""
-
 #. Template Name of the plugin/theme
 msgid "Front Page Template"
 msgstr ""
diff --git a/wp-content/themes/twentytwelve/readme.txt b/wp-content/themes/twentytwelve/readme.txt
new file mode 100644
index 0000000000000000000000000000000000000000..f9ac276cfc7e45bdedb1a07d9b624160ee3a86f2
--- /dev/null
+++ b/wp-content/themes/twentytwelve/readme.txt
@@ -0,0 +1,84 @@
+=== Twenty Twelve ===
+Contributors: the WordPress team
+Requires at least: WordPress 3.5
+Tested up to: WordPress 4.3-trunk
+Stable tag: 1.8
+License: GPLv2 or later
+License URI: http://www.gnu.org/licenses/gpl-2.0.html
+Tags: light, gray, white, one-column, two-columns, right-sidebar, fluid-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
+
+== Description ==
+The 2012 theme for WordPress is a fully responsive theme that looks great on any device. Features include a front page template with its own widgets, an optional display font, styling for post formats on both index and single views, and an optional no-sidebar page template. Make it yours with a custom menu, header image, and background.
+
+For more information about Twenty Twelve please go to https://codex.wordpress.org/Twenty_Twelve.
+
+== Installation ==
+
+1. In your admin panel, go to Appearance -> Themes and click the 'Add New' button.
+2. Type in Twenty Twelve 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_Twelve for a guide to customize this theme.
+5. Navigate to Appearance > Customize in your admin panel.
+
+== Copyright ==
+
+Twenty Twelve WordPress Theme, Copyright 2012-2015 WordPress.org & Automattic.com
+Twenty Twelve 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 Twelve 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
+
+== Changelog ==
+
+= 1.8 =
+* Released: August 18, 2015
+
+https://codex.wordpress.org/Twenty_Twelve_Theme_Changelog#Version_1.8
+
+= 1.7 =
+* Released: April 23, 2015
+
+https://codex.wordpress.org/Twenty_Twelve_Theme_Changelog#Version_1.7
+
+= 1.6 =
+* Released: December 18, 2014
+
+https://codex.wordpress.org/Twenty_Twelve_Theme_Changelog#Version_1.6
+
+= 1.5 =
+* Released: September 4, 2014
+
+https://codex.wordpress.org/Twenty_Twelve_Theme_Changelog#Version_1.5
+
+= 1.4 =
+* Released: May 8, 2014
+
+https://codex.wordpress.org/Twenty_Twelve_Theme_Changelog#Version_1.4
+
+= 1.3 =
+* Released: October 24, 2013
+
+https://codex.wordpress.org/Twenty_Twelve_Theme_Changelog#Version_1.3
+
+= 1.2 =
+* Released: August 1, 2013
+
+https://codex.wordpress.org/Twenty_Twelve_Theme_Changelog#Version_1.2
+
+= 1.1 =
+* Released: December 11, 2012
+
+Initial release.
diff --git a/wp-content/themes/twentytwelve/rtl.css b/wp-content/themes/twentytwelve/rtl.css
index 1055f9cca99de447f3009469c7a5e1bed82e1886..45740f2d598af152e54f89d29fbbb94518c49e95 100644
--- a/wp-content/themes/twentytwelve/rtl.css
+++ b/wp-content/themes/twentytwelve/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/twentytwelve/style.css b/wp-content/themes/twentytwelve/style.css
index fb6bf14c4ac849e181da4e4171ed360629578839..c38eeb5d5481855f6067c93b3400775d1c61b0fa 100644
--- a/wp-content/themes/twentytwelve/style.css
+++ b/wp-content/themes/twentytwelve/style.css
@@ -4,7 +4,7 @@ Theme URI: https://wordpress.org/themes/twentytwelve/
 Author: the WordPress team
 Author URI: https://wordpress.org/
 Description: The 2012 theme for WordPress is a fully responsive theme that looks great on any device. Features include a front page template with its own widgets, an optional display font, styling for post formats on both index and single views, and an optional no-sidebar page template. Make it yours with a custom menu, header image, and background.
-Version: 1.7
+Version: 1.8
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Tags: light, gray, white, one-column, two-columns, right-sidebar, fluid-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
@@ -521,10 +521,12 @@ a:hover {
 	color: #000;
 	display: block;
 	font-size: 12px;
+	height: auto;
 	padding: 12px;
 	position: absolute;
 	top: 5px;
 	left: 5px;
+	width: auto;
 	z-index: 100000; /* Above WP toolbar */
 }
 
@@ -1773,4 +1775,4 @@ img#wpstats {
 		margin-left: 50px;
 		margin-left: 3.57142857rem;
 	}
-}
\ No newline at end of file
+}