Procházet zdrojové kódy

#5379: Varia/Seedlet: Fix no posts found message (#6185)

Bob Matyas před 3 roky
rodič
revize
f17001697d

+ 1 - 1
seedlet/template-parts/content/content-none.php

@@ -21,7 +21,7 @@
 			?>
 			?>
 
 
 			<p>
 			<p>
-			<?php _e( "Your site is set to show the the most recent posts on this page - but you don't have any Posts published.", 'seedlet' ); ?></p>
+			<?php _e( "Your site is set to show the most recent posts on this page - but you don't have any Posts published.", 'seedlet' ); ?></p>
 			<p>
 			<p>
 				<a href="<?php echo esc_url( admin_url( 'edit.php' ) ); ?>" class="button">
 				<a href="<?php echo esc_url( admin_url( 'edit.php' ) ); ?>" class="button">
 					<?php
 					<?php

+ 1 - 1
varia/template-parts/content/content-none.php

@@ -22,7 +22,7 @@
 			?>
 			?>
 
 
 			<p>
 			<p>
-			<?php _e( "Your site is set to show the the most recent posts on your homepage - but you don't have any Posts published.", 'varia' ); ?></p>
+			<?php _e( "Your site is set to show the most recent posts on this page - but you don't have any Posts published.", 'varia' ); ?></p>
 
 
 			<p>
 			<p>
 				<a href="<?php echo esc_url( admin_url( 'edit.php' ) ); ?>" class="button">
 				<a href="<?php echo esc_url( admin_url( 'edit.php' ) ); ?>" class="button">