Make WordPress Core

Changeset 24913


Ignore:
Timestamp:
07/31/2013 06:04:41 AM (11 years ago)
Author:
nacin
Message:

Copy about.php string to freedoms and credits. Update CSS for 3.6 credits. see #24832.

Location:
trunk/wp-admin
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/credits.php

    r22903 r24913  
    5353<h1><?php printf( __( 'Welcome to WordPress %s' ), $display_version ); ?></h1>
    5454
    55 <div class="about-text"><?php printf( __( 'Thank you for updating to the latest version! WordPress %s is more polished and enjoyable than ever before. We hope you like it.' ), $display_version ); ?></div>
     55<div class="about-text"><?php printf( __( 'Thank you for updating to the latest version. WordPress %s makes your writing experience even better.' ), $display_version ); ?></div>
    5656
    5757<div class="wp-badge"><?php printf( __( 'Version %s' ), $display_version ); ?></div>
  • trunk/wp-admin/css/wp-admin.css

    r24906 r24913  
    60196019.about-wrap ul.wp-people-group {
    60206020    overflow: hidden;
    6021     padding: 5px;
     6021    padding: 0 5px;
    60226022    margin: 0 -15px 0 -5px;
    60236023}
  • trunk/wp-admin/freedoms.php

    r24320 r24913  
    2020<h1><?php printf( __( 'Welcome to WordPress %s' ), $display_version ); ?></h1>
    2121
    22 <div class="about-text"><?php printf( __( 'Thank you for updating to the latest version! WordPress %s is more polished and enjoyable than ever before. We hope you like it.' ), $display_version ); ?></div>
     22<div class="about-text"><?php printf( __( 'Thank you for updating to the latest version. WordPress %s makes your writing experience even better.' ), $display_version ); ?></div>
    2323
    2424<div class="wp-badge"><?php printf( __( 'Version %s' ), $display_version ); ?></div>
Note: See TracChangeset for help on using the changeset viewer.