Added missing period in a load_theme_textdomain() comment.

This commit is contained in:
Dmitry Mayorov 2015-08-22 10:31:12 +03:00
parent 268a1e2ced
commit 9d6eade725
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ function _s_setup() {
* Make theme available for translation.
* Translations can be filed in the /languages/ directory.
* If you're building a theme based on _s, use a find and replace
* to change '_s' to the name of your theme in all the template files
* to change '_s' to the name of your theme in all the template files.
*/
load_theme_textdomain( '_s', get_template_directory() . '/languages' );