Making WordPress.org

Changeset 12022


Ignore:
Timestamp:
08/18/2022 09:24:15 PM (2 years ago)
Author:
coffee2code
Message:

Photo Directory: Remove early-launch banner.

Props mdburnette.

File:
1 edited

Legend:

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

    r11647 r12022  
    6666        </header><!-- #masthead -->
    6767
    68         <div class="banner"><?php printf(
    69     /* translators: 1: URL for submitting a photo, 2: URL for reporting an issue. */
    70     __( 'You&#39;re a bit early to the party! This directory hasn&#39;t yet fully launched. However, you&#39;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.