wp/wp-admin/privacy.php
changeset 21 48c4eec2b7e6
parent 19 3d72ae0968f4
child 22 8c2e4d02f4ef
equal deleted inserted replaced
20:7b1b88e27a20 21:48c4eec2b7e6
    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&#8217;s New' ); ?></a>
    34 		<a href="about.php" class="nav-tab"><?php _e( 'What&#8217;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 &#8212; including, but not limited to &#8212; 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 &#8212; including, but not limited to &#8212; 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/ */