Fix typo on About page.
props jamescollins. see #31929. git-svn-id: https://develop.svn.wordpress.org/trunk@32123 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
f3033a9f5a
commit
a8c4455adc
|
@ -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 — just click <em>Update Now</em> on any number of plugins and wait for the success messages. Easy!' ); ?></p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue