Making WordPress.org


Ignore:
Timestamp:
07/20/2021 09:10:17 PM (4 years ago)
Author:
ryelle
Message:

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

File:
1 edited

Legend:

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

    r11120 r11144  
    8181            </div><!-- .site-branding -->
    8282        </header><!-- #masthead -->
    83 
    84         <?php if ( ! is_singular() ) : ?>
    85         <div class="notice notice-warning notice-alt" style="max-width:960px; margin:1rem auto;">
    86             <p style="font-size:0.9375rem; margin:0.75rem 0;">
    87             <?php
    88                 esc_html_e( 'You’re a bit early to the party! This directory hasn’t yet fully launched.', 'wporg-patterns' );
    89                 echo ' <a href="https://github.com/WordPress/pattern-directory/">' . esc_html__( 'Follow along to see our progress.', 'wporg-patterns' ) . '</a>';
    90             ?>
    91             </p>
    92         </div>
    93         <?php endif; ?>
Note: See TracChangeset for help on using the changeset viewer.