Changeset 11144 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-patterns/header.php
- Timestamp:
- 07/20/2021 09:10:17 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
r11120 r11144 81 81 </div><!-- .site-branding --> 82 82 </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 <?php88 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.