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. git-svn-id: https://develop.svn.wordpress.org/trunk@49218 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
f3397cc7cf
commit
c7b8b7b974
BIN
src/wp-admin/images/privacy.png
Normal file
BIN
src/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>
|
||||||
|
Loading…
Reference in New Issue
Block a user