mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-09 00:51:35 +01:00
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:
parent
fe150b9ef2
commit
dafccdd922
@ -102,7 +102,7 @@ include( ABSPATH . 'wp-admin/admin-header.php' );
|
|||||||
) );
|
) );
|
||||||
?>
|
?>
|
||||||
<h4><?php echo ( 'Streamlined plugin updates' ); ?></h4>
|
<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 — just click <em>Update Now</em> on any number of plugins and wait for the success messages. Easy!' ); ?></p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @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.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
Loading…
Reference in New Issue
Block a user