Ticket #46901: 46901.7.diff
File 46901.7.diff, 1.5 KB (added by , 5 years ago) |
---|
-
src/wp-admin/credits.php
20 20 21 21 <h1><?php printf( __( 'Welcome to WordPress %s' ), $display_version ); ?></h1> 22 22 23 <p class="about-text"><?php printf( __( ' Thank you for updating to the latest version! WordPress %s introduces a robust new content creation experience.' ), $display_version ); ?></p>23 <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> 24 24 25 25 <div class="wp-badge"><?php printf( __( 'Version %s' ), $display_version ); ?></div> 26 26 -
src/wp-admin/freedoms.php
30 30 31 31 <h1><?php printf( __( 'Welcome to WordPress %s' ), $display_version ); ?></h1> 32 32 33 <p class="about-text"><?php printf( __( ' Thank you for updating to the latest version! WordPress %s introduces a robust new content creation experience.' ), $display_version ); ?></p>33 <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> 34 34 35 35 <div class="wp-badge"><?php printf( __( 'Version %s' ), $display_version ); ?></div> 36 36