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
This commit is contained in:
parent
5404fa2097
commit
b525634313
|
@ -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
|
||||
|
||||
*/
|
||||
|
||||
|
|
|
@ -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
|
||||
*/
|
||||
|
||||
/**
|
||||
|
|
|
@ -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
|
||||
*/
|
||||
|
||||
/**
|
||||
|
|
|
@ -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
|
||||
*/
|
||||
|
||||
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue