Changeset 11063
- Timestamp:
- 06/25/2021 02:45:39 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-patterns/header.php
r11024 r11063 71 71 </div><!-- .site-branding --> 72 72 </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.