Fix typo on About page.

props jamescollins.
see #31929.
Built from https://develop.svn.wordpress.org/trunk@32123


git-svn-id: http://core.svn.wordpress.org/trunk@32102 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2015-04-14 06:54:25 +00:00
parent fe150b9ef2
commit dafccdd922
2 changed files with 2 additions and 2 deletions

View File

@ -102,7 +102,7 @@ include( ABSPATH . 'wp-admin/admin-header.php' );
) );
?>
<h4><?php echo ( 'Streamlined plugin updates' ); ?></h4>
<p><?php echo ( 'Plugin updates are smooth and simple. No more boring loading screen &endash; just click <em>Update Now</em> on any number of plugins and wait for the success messages. Easy!' ); ?></p>
<p><?php echo ( 'Plugin updates are smooth and simple. No more boring loading screen &mdash; just click <em>Update Now</em> on any number of plugins and wait for the success messages. Easy!' ); ?></p>
</div>
</div>
</div>

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.2-beta4-32122';
$wp_version = '4.2-beta4-32123';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.