About page: Update the privacy policy dashes.

If one were to insert 1—3 dashes into a sentence - on purpose - they should use the correct da–
sh.

See #40794.


Built from https://develop.svn.wordpress.org/trunk@41946


git-svn-id: http://core.svn.wordpress.org/trunk@41780 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Gary Pendergast 2017-10-19 15:36:47 +00:00
parent 06eba419fe
commit 609da14d59
2 changed files with 2 additions and 2 deletions

View File

@ -30,7 +30,7 @@ include( ABSPATH . 'wp-admin/admin-header.php' );
<a href="privacy.php" class="nav-tab nav-tab-active"><?php _e( 'Privacy' ); ?></a>
</h2>
<p class="about-description"><?php _e( 'From time to time, your WordPress site may send data to WordPress.org - including, but not limited to - the version of WordPress you are using, and a list of installed plugins and themes.' ); ?></p>
<p class="about-description"><?php _e( 'From time to time, your WordPress site may send data to WordPress.org &#8212; including, but not limited to &#8212; the version of WordPress you are using, and a list of installed plugins and themes.' ); ?></p>
<p><?php printf( __( 'This data helps WordPress to protect your site by finding and automatically installing new updates, as well as other general enhancements. The data is also used to calculate statistics, such as those shown on the <a href="%s">WordPress.org stats page</a>.' ), __( 'https://wordpress.org/about/stats/' ) ); ?></p>

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.9-beta3-41945';
$wp_version = '4.9-beta3-41946';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.