We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6a58da7 + a788e3b commit e97bc65Copy full SHA for e97bc65
changelog.txt
@@ -1,4 +1,5 @@
1
### 1.1.0
2
+
3
#119 - changed prefixed
4
#120 - fixed
5
#121 - fixed
@@ -105,4 +106,4 @@
105
106
#37 - fixed problems during activation
107
#35 - no longer relevant, widgets moved to plugin
108
#21 - added custom header image
- #25 - fixed
109
+ #25 - fixed
inc/class-shapely-related-posts.php
@@ -153,7 +153,7 @@ function output_related_posts() {
153
* Heading
154
*/
155
echo '<div class="col-lg-11 col-sm-10 col-xs-12 shapely-related-posts-title">';
156
- echo '<h3><span>' . esc_html__( 'Related articles ', 'shapely-pro' ) . '</span></h3>';
+ echo '<h3><span>' . esc_html__( 'Related articles ', 'shapely' ) . '</span></h3>';
157
echo '</div>';
158
159
echo '</div><!--/.row-->';
0 commit comments