2019-05-27 00:57:52 +02:00
< ? php
/**
* Privacy administration panel .
*
* @ package WordPress
* @ subpackage Administration
*/
/** WordPress Administration Bootstrap */
2020-02-06 07:33:11 +01:00
require_once __DIR__ . '/admin.php' ;
2019-05-27 00:57:52 +02:00
$title = __ ( 'Privacy' );
list ( $display_version ) = explode ( '-' , get_bloginfo ( 'version' ) );
2020-02-06 07:33:11 +01:00
require_once ABSPATH . 'wp-admin/admin-header.php' ;
2019-05-27 00:57:52 +02:00
?>
2019-10-29 21:10:04 +01:00
< div class = " wrap about__container " >
2019-05-27 00:57:52 +02:00
2019-10-22 21:19:07 +02:00
< div class = " about__header " >
Help/About: WordPress 5.6 About Page.
This change introduces the new About page for WordPress 5.6.
Props elmastudio, ryelle, melchoyce, karmatosed, webcommsat, marybaum, meher, OGlekler, lmurillom, vimes1984, sabrinazeidan, nalininonstopnewsuk, afshanadiya, michelleames, bmcdede, yvettesonneveld, sarahricker, isabel_brison, helen, hellofromtonya, poena, chanthaboune, cbringmann, joedolson, sabernhardt, garrett-eclipse, audrasjb, marks99.
See #51415.
Built from https://develop.svn.wordpress.org/trunk@49640
git-svn-id: http://core.svn.wordpress.org/trunk@49378 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2020-11-17 22:34:04 +01:00
< div class = " about__header-image " >
2021-03-11 22:38:08 +01:00
< img alt = " <?php _e( 'Code is Poetry' ); ?> " src = " <?php echo admin_url( 'images/about-badge.svg' ); ?> " />
Help/About: WordPress 5.5 About Page.
Speed. Search. Security.
This is the start of the WordPress 5.5 about page.
Fixes #50416.
Props ryelle, marybaum, estelaris, yvettesonneveld, michelebutcher-jones, metalandcoffee, melchoyce, marktimemedia, abhanonstopnewsuk, elmastudio, davidbaumwald, audrasjb, afercia, cbringmann, andreamiddleton, desrosj, earnjam, SergeyBiryukov, whyisjake, elrae.
Built from https://develop.svn.wordpress.org/trunk@48675
git-svn-id: http://core.svn.wordpress.org/trunk@48437 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2020-07-28 19:46:04 +02:00
</ div >
Help/About: WordPress 5.6 About Page.
This change introduces the new About page for WordPress 5.6.
Props elmastudio, ryelle, melchoyce, karmatosed, webcommsat, marybaum, meher, OGlekler, lmurillom, vimes1984, sabrinazeidan, nalininonstopnewsuk, afshanadiya, michelleames, bmcdede, yvettesonneveld, sarahricker, isabel_brison, helen, hellofromtonya, poena, chanthaboune, cbringmann, joedolson, sabernhardt, garrett-eclipse, audrasjb, marks99.
See #51415.
Built from https://develop.svn.wordpress.org/trunk@49640
git-svn-id: http://core.svn.wordpress.org/trunk@49378 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2020-11-17 22:34:04 +01:00
< div class = " about__header-container " >
< div class = " about__header-title " >
< p >
< ? php _e ( 'WordPress' ); ?>
< ? php echo $display_version ; ?>
</ p >
</ div >
< div class = " about__header-text " >
2021-02-23 19:41:05 +01:00
< ? php _e ( 'Jazz up your stories in an editor that’ s cleaner, crisper, and does more to get out of your way.' ); ?>
Help/About: WordPress 5.6 About Page.
This change introduces the new About page for WordPress 5.6.
Props elmastudio, ryelle, melchoyce, karmatosed, webcommsat, marybaum, meher, OGlekler, lmurillom, vimes1984, sabrinazeidan, nalininonstopnewsuk, afshanadiya, michelleames, bmcdede, yvettesonneveld, sarahricker, isabel_brison, helen, hellofromtonya, poena, chanthaboune, cbringmann, joedolson, sabernhardt, garrett-eclipse, audrasjb, marks99.
See #51415.
Built from https://develop.svn.wordpress.org/trunk@49640
git-svn-id: http://core.svn.wordpress.org/trunk@49378 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2020-11-17 22:34:04 +01:00
</ div >
2019-10-22 21:19:07 +02:00
</ div >
2019-05-27 00:57:52 +02:00
2019-10-22 21:19:07 +02:00
< nav class = " about__header-navigation nav-tab-wrapper wp-clearfix " aria - label = " <?php esc_attr_e( 'Secondary menu' ); ?> " >
< a href = " about.php " class = " nav-tab " >< ? php _e ( 'What’s New' ); ?> </a>
< a href = " credits.php " class = " nav-tab " >< ? php _e ( 'Credits' ); ?> </a>
< a href = " freedoms.php " class = " nav-tab " >< ? php _e ( 'Freedoms' ); ?> </a>
< a href = " privacy.php " class = " nav-tab nav-tab-active " aria - current = " page " >< ? php _e ( 'Privacy' ); ?> </a>
</ nav >
</ div >
2019-05-27 00:57:52 +02:00
2019-10-29 21:10:04 +01:00
< div class = " about__section " >
< div class = " column " >
Help/About: Improve accessibility of the 5.4 About page:
* Remove vertical text and unnecessary italics.
* Update H1 headings on About, Credits, Freedoms, Privacy pages to be unique to each page.
Props sabernhardt, ryelle, melchoyce, karmatosed, audrasjb, afercia, davidbaumwald, SergeyBiryukov.
See #49295.
Built from https://develop.svn.wordpress.org/trunk@47521
git-svn-id: http://core.svn.wordpress.org/trunk@47296 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2020-03-28 00:41:06 +01:00
< h1 >< ? php _e ( 'Privacy' ); ?> </h1>
2019-05-27 00:57:52 +02:00
2020-10-20 03:47:06 +02:00
< p >< img class = " privacy-image " src = " <?php echo esc_url( admin_url( 'images/privacy.png' ) ); ?> " alt = " " /></ p >
2019-10-29 21:10:04 +01:00
< 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>
2019-05-27 00:57:52 +02:00
2019-10-29 21:10:04 +01:00
< p >
< ? php
printf (
/* translators: %s: https://wordpress.org/about/stats/ */
__ ( 'This data is used to provide general enhancements to WordPress, which includes helping to protect your site by finding and automatically installing new updates. It 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 >
< p >
< ? php
printf (
/* translators: %s: https://wordpress.org/about/privacy/ */
2021-01-07 17:09:08 +01:00
__ ( 'We take privacy and transparency very seriously. To learn more about what data we collect, and how we use it, please visit <a href="%s">our Privacy Policy</a>.' ),
2019-10-29 21:10:04 +01:00
__ ( 'https://wordpress.org/about/privacy/' )
);
?>
</ p >
</ div >
2019-10-22 21:19:07 +02:00
</ div >
2019-05-27 00:57:52 +02:00
</ div >
2020-02-06 07:33:11 +01:00
< ? php require_once ABSPATH . 'wp-admin/admin-footer.php' ; ?>