Making WordPress.org

Changeset 11063


Ignore:
Timestamp:
06/25/2021 02:45:39 PM (4 years ago)
Author:
ryelle
Message:

Pattern Directory: Sync with git WordPress/pattern-directory@f66abb7ce756970d63690d0ebf80d43ec102ac05

File:
1 edited

Legend:

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

    r11024 r11063  
    7171            </div><!-- .site-branding -->
    7272        </header><!-- #masthead -->
     73
     74        <?php if ( ! is_singular() ) : ?>
     75        <div class="notice notice-warning notice-alt" style="max-width:960px; margin:1rem auto;">
     76            <p style="font-size:0.9375rem; margin:0.75rem 0;">
     77            <?php
     78                esc_html_e( 'You’re a bit early to the party! This directory hasn’t yet fully launched.', 'wporg-patterns' );
     79                echo ' <a href="https://github.com/WordPress/pattern-directory/">' . esc_html__( 'Follow along to see our progress.', 'wporg-patterns' ) . '</a>';
     80            ?>
     81            </p>
     82        </div>
     83        <?php endif; ?>
Note: See TracChangeset for help on using the changeset viewer.