Making WordPress.org


Ignore:
Timestamp:
12/05/2022 08:03:18 PM (2 years ago)
Author:
adamwood
Message:

Learn: Sync with git WordPress/learn@f733fc3

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-learn-2020/header.php

    r12061 r12299  
    8484            </div><!-- .site-branding -->
    8585        </header><!-- #masthead -->
     86        <div class="notice notice-success notice-alt wporg-learn-notice-survey">
     87            <p>
     88                <?php
     89                printf( wp_kses_post( __( 'Help improve Learn WordPress for everyone - fill out <a href="%s">the individual learner survey</a> today.', 'wporg-learn' ) ), 'https://learn.wordpress.org/individual-learner-survey/' );
     90                ?>
     91            </p>
     92        </div>
    8693
    8794        <?php locale_notice(); ?>
Note: See TracChangeset for help on using the changeset viewer.