Make WordPress Core

Changeset 19421


Ignore:
Timestamp:
11/23/2011 07:22:46 PM (13 years ago)
Author:
nacin
Message:

Punctuation tweaks to about.php. props jane. see #18742.

File:
1 edited

Legend:

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

    r19412 r19421  
    1818<div class="wrap about-wrap">
    1919
    20 <h1><?php printf( __( 'Welcome to WordPress %s!' ), $display_version ); ?></h1>
     20<h1><?php printf( __( 'Welcome to WordPress %s' ), $display_version ); ?></h1>
    2121
    22 <div class="about-text"><?php _e( 'Thank you for updating to the latest version. Using WordPress 3.3 will improve your looks, personality, and web publishing experience. Okay, just the last one, but still :)' ); ?></div>
     22<div class="about-text"><?php _e( 'Thank you for updating to the latest version! Using WordPress 3.3 will improve your looks, personality, and web publishing experience. Okay, just the last one, but still. :)' ); ?></div>
    2323
    2424<div class="wp-badge"><?php printf( __( 'Version %s' ), $display_version ); ?></div>
Note: See TracChangeset for help on using the changeset viewer.