Changeset 45339 for branches/5.2/src/wp-admin/credits.php
- Timestamp:
- 05/17/2019 01:08:45 AM (7 years ago)
- Location:
- branches/5.2
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/wp-admin/credits.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/5.2
-
branches/5.2/src/wp-admin/credits.php
r45318 r45339 26 26 </h1> 27 27 28 <p class="about-text"><?php printf( __( 'Congratulations on updating to WordPress 5.2! This update makes it easier than ever to fix your site if something goes wrong.' ), $display_version ); ?></p> 28 <p class="about-text"> 29 <?php 30 printf( 31 /* translators: %s: The current WordPress version number */ 32 __( 'Congratulations on updating to WordPress %s! This update makes it easier than ever to fix your site if something goes wrong.' ), 33 $display_version 34 ); 35 ?> 36 </p> 29 37 30 38 <div class="wp-badge">
Note: See TracChangeset
for help on using the changeset viewer.