Making WordPress.org

Ticket #2571: 2571.2.patch

File 2571.2.patch, 954 bytes (added by SergeyBiryukov, 7 years ago)
  • sites/trunk/wordcamp.org/public_html/wp-content/plugins/wordcamp-coming-soon-page/views/template-coming-soon.php

     
    4444                                        <?php printf(
    4545                                                // translators: %s is the name of the blog
    4646                                                __(
    47                                                         '%s is in the early planning stages.
    48                                                          In the meantime, you can subscribe to be notified when the site goes live, or contact the organizers to get involved.',
     47                                                        '%s is in the early planning stages. In the meantime, you can subscribe to updates above, or contact the organizers below to get involved.',
    4948                                                        'wordcamporg'
    5049                                                ),
    5150                                                esc_html( get_bloginfo( 'name' ) )