Merge pull request #874 from limestreet/master

Update documentation references to present-best URLs.
This commit is contained in:
sarah ✈ semark 2015-12-01 22:30:43 +00:00
commit ffc3dbdf3b
3 changed files with 3 additions and 3 deletions

View File

@ -10,7 +10,7 @@
</a> </a>
<?php endif; // End header image check. ?> <?php endif; // End header image check. ?>
* *
* @link http://codex.wordpress.org/Custom_Headers * @link https://developer.wordpress.org/themes/functionality/custom-headers/
* *
* @package _s * @package _s
*/ */

View File

@ -3,7 +3,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: _s 1.0.0\n" "Project-Id-Version: _s 1.0.0\n"
"Report-Msgid-Bugs-To: http://wordpress.org/tags/_s\n" "Report-Msgid-Bugs-To: https://wordpress.org/tags/_s\n"
"POT-Creation-Date: 2015-09-16 19:02:07+00:00\n" "POT-Creation-Date: 2015-09-16 19:02:07+00:00\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"

View File

@ -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 it's just a matter of overwriting all the horizontal positioning attributes
of your CSS stylesheet in a separate stylesheet file named rtl.css. 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
*/ */