Merged in feature/81-dev-dev01 (pull request #5)
auto-patch 81-dev-dev01-2023-12-05T22_45_26 * auto-patch 81-dev-dev01-2023-12-05T22_45_26
This commit is contained in:
@@ -25,9 +25,7 @@ require_once ABSPATH . 'wp-admin/admin-header.php';
|
||||
</h1>
|
||||
</div>
|
||||
|
||||
<div class="about__header-text">
|
||||
<?php _e( 'We take privacy and transparency very seriously' ); ?>
|
||||
</div>
|
||||
<div class="about__header-text"></div>
|
||||
</div>
|
||||
|
||||
<nav class="about__header-navigation nav-tab-wrapper wp-clearfix" aria-label="<?php esc_attr_e( 'Secondary menu' ); ?>">
|
||||
@@ -40,10 +38,10 @@ require_once ABSPATH . 'wp-admin/admin-header.php';
|
||||
|
||||
<div class="about__section has-2-columns is-wider-right">
|
||||
<div class="column about__image">
|
||||
<img class="privacy-image" src="<?php echo esc_url( admin_url( 'images/privacy.svg?ver=6.3' ) ); ?>" alt="" />
|
||||
<img class="privacy-image" src="<?php echo esc_url( admin_url( 'images/privacy.svg?ver=6.4' ) ); ?>" alt="" />
|
||||
</div>
|
||||
<div class="column is-vertically-aligned-center">
|
||||
<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 you are using, and a list of installed plugins and themes.' ); ?></p>
|
||||
|
||||
<p>
|
||||
<?php
|
||||
|
||||
Reference in New Issue
Block a user