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