From 06478bf66fc0a56b913e956e3cc400a1519f6f8b Mon Sep 17 00:00:00 2001 From: Radu Date: Sat, 20 May 2017 16:42:57 +0300 Subject: [PATCH] Changed the text domain to all the strings --- 404.php | 6 +++--- assets/scss/style.scss | 8 ++++---- comments.php | 16 ++++++++-------- functions.php | 10 +++++----- header.php | 2 +- inc/template-tags.php | 12 ++++++------ template-parts/content-hero.php | 6 +++--- template-parts/content-no_top.php | 6 +++--- template-parts/content-none.php | 8 ++++---- template-parts/content-page.php | 4 ++-- template-parts/content.php | 4 ++-- template-parts/toolbar.php | 2 +- 12 files changed, 42 insertions(+), 42 deletions(-) diff --git a/404.php b/404.php index 6cb096e..7e1a847 100755 --- a/404.php +++ b/404.php @@ -14,11 +14,11 @@
-

+

-

+

' . sprintf( esc_html__( 'Try looking in the monthly archives. %1$s', 'begonia' ), convert_smilies( ':)' ) ) . '

'; + $archive_content = '

' . sprintf( esc_html__( 'Try looking in the monthly archives. %1$s', 'begonia-lite' ), convert_smilies( ':)' ) ) . '

'; the_widget( 'WP_Widget_Archives', 'dropdown=1', "after_title=$archive_content" ); the_widget( 'WP_Widget_Tag_Cloud' ); diff --git a/assets/scss/style.scss b/assets/scss/style.scss index eabc684..da0fab0 100755 --- a/assets/scss/style.scss +++ b/assets/scss/style.scss @@ -1,13 +1,13 @@ /* -Theme Name: Begonia -Theme URI: https://demos.pixelgrade.com/begonia/ +Theme Name: Begonia Lite +Theme URI: https://demos.pixelgrade.com/begonia-lite/ Author: PixelGrade Author URI: https://pixelgrade.com Description: Some lovely description of your theme here. -Version: 0.0.2 +Version: 1.0.0 License: GNU General Public License v2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html -Text Domain: begonia +Text Domain: begonia lite Domain Path: /languages/ Tags: grid-layout, blog, photography This theme, like WordPress, is licensed under the GPL. diff --git a/comments.php b/comments.php index b72e68f..0fd36d2 100755 --- a/comments.php +++ b/comments.php @@ -28,7 +28,7 @@

' . get_the_title() . '' ); @@ -37,11 +37,11 @@ 1 && get_option( 'page_comments' ) ) : // Are there comments to navigate through? ?> @@ -58,11 +58,11 @@ 1 && get_option( 'page_comments' ) ) : // Are there comments to navigate through? ?> @@ -75,7 +75,7 @@ // If comments are closed and there are comments, let's leave a little note, shall we? if ( ! comments_open() && get_comments_number() && post_type_supports( get_post_type(), 'comments' ) ) : ?> -

+

__( 'Primary Menu', 'begonia' ), - 'social' => __( 'Social Menu', 'begonia' ), + 'primary' => __( 'Primary Menu', 'begonia-lite' ), + 'social' => __( 'Social Menu', 'begonia-lite' ), ) ); /* @@ -84,9 +84,9 @@ function begonia_content_width() { */ function begonia_widgets_init() { register_sidebar( array( - 'name' => esc_html__( 'Footer Sidebar', 'begonia' ), + 'name' => esc_html__( 'Footer Sidebar', 'begonia-lite' ), 'id' => 'footer-sidebar', - 'description' => esc_html__( 'Add widgets here.', 'begonia' ), + 'description' => esc_html__( 'Add widgets here.', 'begonia-lite' ), 'before_widget' => '
', 'after_widget' => '
', 'before_title' => '

', diff --git a/header.php b/header.php index 5997b1a..474d176 100755 --- a/header.php +++ b/header.php @@ -22,7 +22,7 @@ >
- +