Skip to content

Commit

Permalink
Copy about.php string to freedoms and credits. Update CSS for 3.6 cre…
Browse files Browse the repository at this point in the history
…dits. see #24832.

git-svn-id: http://core.svn.wordpress.org/trunk@24913 1a063a9b-81f0-0310-95a4-ce76da25c4cd
  • Loading branch information
nacin committed Jul 31, 2013
1 parent 3f860c8 commit 4833e30
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion wp-admin/credits.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ function _wp_credits_build_object_link( &$data ) {

<h1><?php printf( __( 'Welcome to WordPress %s' ), $display_version ); ?></h1>

<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>
<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>

<div class="wp-badge"><?php printf( __( 'Version %s' ), $display_version ); ?></div>

Expand Down
2 changes: 1 addition & 1 deletion wp-admin/css/wp-admin.css
Original file line number Diff line number Diff line change
Expand Up @@ -6018,7 +6018,7 @@ h2 .nav-tab {

.about-wrap ul.wp-people-group {
overflow: hidden;
padding: 5px;
padding: 0 5px;
margin: 0 -15px 0 -5px;
}

Expand Down
2 changes: 1 addition & 1 deletion wp-admin/freedoms.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

<h1><?php printf( __( 'Welcome to WordPress %s' ), $display_version ); ?></h1>

<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>
<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>

<div class="wp-badge"><?php printf( __( 'Version %s' ), $display_version ); ?></div>

Expand Down

0 comments on commit 4833e30

Please sign in to comment.