Make WordPress Core

Ticket #29409: 29409.diff

File 29409.diff, 1.4 KB (added by rickalee, 11 years ago)
  • wp-admin/credits.php

     
    8282
    8383<h1><?php printf( __( 'Welcome to WordPress %s' ), $display_version ); ?></h1>
    8484
    85 <div class="about-text"><?php printf( __( 'Thank you for updating to WordPress %s, the most beautiful WordPress&nbsp;yet.' ), $display_version ); ?></div>
     85<div class="about-text"><?php printf( __( 'Thank you for updating! WordPress %s brings you a smoother writing and management experience.' ), $display_version ); ?></div>
    8686
    8787<div class="wp-badge"><?php printf( __( 'Version %s' ), $display_version ); ?></div>
    8888
  • wp-admin/freedoms.php

     
    1919
    2020<h1><?php printf( __( 'Welcome to WordPress %s' ), $display_version ); ?></h1>
    2121
    22 <div class="about-text"><?php printf( __( 'Thank you for updating to WordPress %s, the most beautiful WordPress&nbsp;yet.' ), $display_version ); ?></div>
     22<div class="about-text"><?php printf( __( 'Thank you for updating! WordPress %s brings you a smoother writing and management experience.' ), $display_version ); ?></div>
    2323
    2424<div class="wp-badge"><?php printf( __( 'Version %s' ), $display_version ); ?></div>