Skip to content

Commit 8d76599

Browse files
Aigars SilkalnsAigars Silkalns
authored andcommitted
Fixed errors in text-domain
1 parent d876a7a commit 8d76599

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

inc/class-shapely-related-posts.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ function output_related_posts() {
153153
* Heading
154154
*/
155155
echo '<div class="col-lg-11 col-sm-10 col-xs-12 shapely-related-posts-title">';
156-
echo '<h3><span>' . __( 'Related articles ', 'shapely-pro' ) . '</span></h3>';
156+
echo '<h3><span>' . __( 'Related articles ', 'shapely' ) . '</span></h3>';
157157
echo '</div>';
158158

159159
echo '</div><!--/.row-->';
@@ -168,8 +168,8 @@ function output_related_posts() {
168168
echo '</ul>';
169169
echo '</div>';
170170

171-
echo sprintf( '<div class="owlCarousel owl-carousel owl-theme" data-slider-id="%s" id="owlCarousel-%s"
172-
data-slider-items="%s"
171+
echo sprintf( '<div class="owlCarousel owl-carousel owl-theme" data-slider-id="%s" id="owlCarousel-%s"
172+
data-slider-items="%s"
173173
data-slider-speed="400" data-slider-auto-play="%s" data-slider-navigation="false">', get_the_ID(), get_the_ID(), $limit, $auto_play );
174174

175175
// Loop through related posts

inc/customizer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ function shapely_customizer( $wp_customize ) {
8383
) );
8484

8585
$wp_customize->add_section( 'shapely_blog_section', array(
86-
'title' => esc_html__( 'Blog Settings', 'newspaper-x' ),
86+
'title' => esc_html__( 'Blog Settings', 'shapely' ),
8787
'panel' => 'shapely_main_options',
8888
'priority' => 33,
8989
) );

0 commit comments

Comments
 (0)