From b52563431340d290f7bf1fec6508a0eb53ac74bf Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Mon, 27 Apr 2015 18:12:25 +0000 Subject: [PATCH] Bundled themes: use SSL WordPress.org URL in `rtl.css`. see #32083. Built from https://develop.svn.wordpress.org/trunk@32315 git-svn-id: http://core.svn.wordpress.org/trunk@32286 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-content/themes/twentyeleven/rtl.css | 2 +- wp-content/themes/twentyfourteen/rtl.css | 2 +- wp-content/themes/twentythirteen/rtl.css | 2 +- wp-content/themes/twentytwelve/rtl.css | 2 +- wp-includes/version.php | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/wp-content/themes/twentyeleven/rtl.css b/wp-content/themes/twentyeleven/rtl.css index 376e5437ed..ae85f5d9ec 100644 --- a/wp-content/themes/twentyeleven/rtl.css +++ b/wp-content/themes/twentyeleven/rtl.css @@ -5,7 +5,7 @@ Adding support for language written in a Right To Left (RTL) direction is easy - it's just a matter of overwriting all the horizontal positioning attributes of your CSS stylesheet in a separate stylesheet file named rtl.css. -http://codex.wordpress.org/Right_to_Left_Language_Support +https://codex.wordpress.org/Right_to_Left_Language_Support */ diff --git a/wp-content/themes/twentyfourteen/rtl.css b/wp-content/themes/twentyfourteen/rtl.css index 80e16d0d5e..af7f6f46ac 100644 --- a/wp-content/themes/twentyfourteen/rtl.css +++ b/wp-content/themes/twentyfourteen/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/rtl.css b/wp-content/themes/twentythirteen/rtl.css index 5428630251..447d385c2b 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/twentytwelve/rtl.css b/wp-content/themes/twentytwelve/rtl.css index 1055f9cca9..45740f2d59 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-includes/version.php b/wp-includes/version.php index c6c1a545b0..1289ceb246 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.3-alpha-32314'; +$wp_version = '4.3-alpha-32315'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.