Make WordPress Core


Ignore:
Timestamp:
10/20/2020 01:45:27 AM (5 years ago)
Author:
SergeyBiryukov
Message:

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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/privacy.php

    r48730 r49218  
    4242            <h1><?php _e( 'Privacy' ); ?></h1>
    4343
     44            <p><img class="privacy-image" src="<?php echo esc_url( admin_url( 'images/privacy.png' ) ); ?>" alt="" /></p>
     45
    4446            <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>
    4547
Note: See TracChangeset for help on using the changeset viewer.