Ticket #26472: 26472.diff
File 26472.diff, 1.4 KB (added by , 11 years ago) |
---|
-
wp-admin/credits.php
81 81 82 82 <h1><?php printf( __( 'Welcome to WordPress %s' ), $display_version ); ?></h1> 83 83 84 <div class="about-text"><?php printf( __( 'Thank you for updating to WordPress 3.7! You might not notice a thing, and we’re okay with that.' ), $display_version ); ?></div>84 <div class="about-text"><?php printf( __( 'Thank you for updating to WordPress %s, the most beautiful WordPress yet.' ), $display_version ); ?></div> 85 85 86 86 <div class="wp-badge"><?php printf( __( 'Version %s' ), $display_version ); ?></div> 87 87 -
wp-admin/freedoms.php
19 19 20 20 <h1><?php printf( __( 'Welcome to WordPress %s' ), $display_version ); ?></h1> 21 21 22 <div class="about-text"><?php printf( __( 'Thank you for updating to WordPress 3.7! You might not notice a thing, and we’re okay with that.' ), $display_version ); ?></div>22 <div class="about-text"><?php printf( __( 'Thank you for updating to WordPress %s, the most beautiful WordPress yet.' ), $display_version ); ?></div> 23 23 24 24 <div class="wp-badge"><?php printf( __( 'Version %s' ), $display_version ); ?></div>