]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-admin/freedoms.php
WordPress 3.7.2-scripts
[autoinstalls/wordpress.git] / wp-admin / freedoms.php
index 2f8fce4f5b6fda16dc93972bf20a0c11bb5b1645..672323cc94a5938e56e4caea2fdae0b5ce498f4f 100644 (file)
@@ -19,7 +19,7 @@ include( ABSPATH . 'wp-admin/admin-header.php' );
 
 <h1><?php printf( __( 'Welcome to WordPress %s' ), $display_version ); ?></h1>
 
-<div class="about-text"><?php printf( __( 'Thank you for updating to WordPress 3.7! You might not notice a thing, and we&#8217;re okay with that.' ), $display_version ); ?></div>
+<div class="about-text"><?php echo str_replace( '3.7', $display_version, __( 'Thank you for updating to WordPress 3.7! You might not notice a thing, and we&#8217;re okay with that.' ) ); ?></div>
 
 <div class="wp-badge"><?php printf( __( 'Version %s' ), $display_version ); ?></div>