Ticket #49295: 49295.3.diff
File 49295.3.diff, 830 bytes (added by , 5 years ago) |
---|
-
src/wp-admin/about.php
179 179 <?php 180 180 printf( 181 181 /* translators: %s: WordPress 5.4 Field Guide link. */ 182 __( 'There’s lots more for developers to love in WordPress 5.4. To discover more and learn how to make these changes shine on your on your sites, themes, plugins and more, check the <a href="%s">WordPress 5.4 Field Guide .</a>' ),182 __( 'There’s lots more for developers to love in WordPress 5.4. To discover more and learn how to make these changes shine on your on your sites, themes, plugins and more, check the <a href="%s">WordPress 5.4 Field Guide</a>.' ), 183 183 'https://make.wordpress.org/core/?p=80034' 184 184 ); 185 185 ?>