mirror of
https://github.com/WordPress/WordPress.git
synced 2025-03-12 06:43:20 +01:00
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:
parent
a4edd896b4
commit
5cbad34501
BIN
wp-admin/images/privacy.png
Normal file
BIN
wp-admin/images/privacy.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 53 KiB |
@ -41,6 +41,8 @@ require_once ABSPATH . 'wp-admin/admin-header.php';
|
|||||||
<div class="column">
|
<div class="column">
|
||||||
<h1><?php _e( 'Privacy' ); ?></h1>
|
<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 — including, but not limited to — the version of WordPress you are using, and a list of installed plugins and themes.' ); ?></p>
|
<p><?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>
|
<p>
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @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.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
Loading…
Reference in New Issue
Block a user