wp/wp-includes/theme-compat/embed-404.php
changeset 16 a86126ab1dd4
parent 9 177826044cd9
child 19 3d72ae0968f4
--- a/wp/wp-includes/theme-compat/embed-404.php	Tue Oct 22 16:11:46 2019 +0200
+++ b/wp/wp-includes/theme-compat/embed-404.php	Tue Dec 15 13:49:49 2020 +0100
@@ -17,7 +17,7 @@
 		<p>
 			<?php
 			printf(
-				/* translators: %s: a link to the embedded site */
+				/* translators: %s: A link to the embedded site. */
 				__( 'It looks like nothing was found at this location. Maybe try visiting %s directly?' ),
 				'<strong><a href="' . esc_url( home_url() ) . '">' . esc_html( get_bloginfo( 'name' ) ) . '</a></strong>'
 			);