26 </div> |
26 </div> |
27 |
27 |
28 <div class="about__header-text"> |
28 <div class="about__header-text"> |
29 <?php _e( 'We take privacy and transparency very seriously' ); ?> |
29 <?php _e( 'We take privacy and transparency very seriously' ); ?> |
30 </div> |
30 </div> |
|
31 </div> |
31 |
32 |
32 <nav class="about__header-navigation nav-tab-wrapper wp-clearfix" aria-label="<?php esc_attr_e( 'Secondary menu' ); ?>"> |
33 <nav class="about__header-navigation nav-tab-wrapper wp-clearfix" aria-label="<?php esc_attr_e( 'Secondary menu' ); ?>"> |
33 <a href="about.php" class="nav-tab"><?php _e( 'What’s New' ); ?></a> |
34 <a href="about.php" class="nav-tab"><?php _e( 'What’s New' ); ?></a> |
34 <a href="credits.php" class="nav-tab"><?php _e( 'Credits' ); ?></a> |
35 <a href="credits.php" class="nav-tab"><?php _e( 'Credits' ); ?></a> |
35 <a href="freedoms.php" class="nav-tab"><?php _e( 'Freedoms' ); ?></a> |
36 <a href="freedoms.php" class="nav-tab"><?php _e( 'Freedoms' ); ?></a> |
36 <a href="privacy.php" class="nav-tab nav-tab-active" aria-current="page"><?php _e( 'Privacy' ); ?></a> |
37 <a href="privacy.php" class="nav-tab nav-tab-active" aria-current="page"><?php _e( 'Privacy' ); ?></a> |
37 </nav> |
38 <a href="contribute.php" class="nav-tab"><?php _e( 'Get Involved' ); ?></a> |
38 </div> |
39 </nav> |
39 |
40 |
40 <div class="about__section has-2-columns is-wider-right"> |
41 <div class="about__section has-2-columns is-wider-right"> |
41 <div class="column about__image"> |
42 <div class="column about__image"> |
42 <img class="privacy-image" src="<?php echo esc_url( admin_url( 'images/privacy.svg' ) ); ?>" alt="" /> |
43 <img class="privacy-image" src="<?php echo esc_url( admin_url( 'images/privacy.svg?ver=6.5' ) ); ?>" alt="" /> |
43 </div> |
44 </div> |
44 <div class="column is-vertically-aligned-center"> |
45 <div class="column is-vertically-aligned-center"> |
45 <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> |
46 <p><?php _e( 'From time to time, your WordPress site may send data to WordPress.org — including, but not limited to — the version you are using, and a list of installed plugins and themes.' ); ?></p> |
46 |
47 |
47 <p> |
48 <p> |
48 <?php |
49 <?php |
49 printf( |
50 printf( |
50 /* translators: %s: https://wordpress.org/about/stats/ */ |
51 /* translators: %s: https://wordpress.org/about/stats/ */ |