Changeset 12022
- Timestamp:
- 08/18/2022 09:24:15 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-photos/header.php
r11647 r12022 66 66 </header><!-- #masthead --> 67 67 68 <div class="banner"><?php printf(69 /* translators: 1: URL for submitting a photo, 2: URL for reporting an issue. */70 __( 'You're a bit early to the party! This directory hasn't yet fully launched. However, you're welcome to <a href="%1$s">submit photos</a> or <a href="%2$s">report any issues</a> in the meantime. Stay tuned for more.', 'wporg-photos' ),71 'https://wordpress.org/photos/submit/',72 'https://meta.trac.wordpress.org/newticket?component=Photo%20Directory'73 ); ?></div>
Note: See TracChangeset
for help on using the changeset viewer.