Help/About: Update Privacy page to include illustration.

This brings some consistency with the Freedoms page.

Follow-up to [43938].

Props melchoyce, garrett-eclipse, hareesh-pillai, ryelle.
Fixes #45395.
Built from https://develop.svn.wordpress.org/trunk@49218


git-svn-id: http://core.svn.wordpress.org/trunk@48980 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2020-10-20 01:47:06 +00:00
parent a4edd896b4
commit 5cbad34501
3 changed files with 3 additions and 1 deletions

BIN
wp-admin/images/privacy.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 53 KiB

View File

@ -41,6 +41,8 @@ require_once ABSPATH . 'wp-admin/admin-header.php';
<div class="column">
<h1><?php _e( 'Privacy' ); ?></h1>
<p><img class="privacy-image" src="<?php echo esc_url( admin_url( 'images/privacy.png' ) ); ?>" alt="" /></p>
<p><?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>

View File

@ -13,7 +13,7 @@
*
* @global string $wp_version
*/
$wp_version = '5.6-alpha-49217';
$wp_version = '5.6-alpha-49218';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.