Ticket #2571: 2571.patch
File 2571.patch, 970 bytes (added by , 7 years ago) |
---|
-
sites/trunk/wordcamp.org/public_html/wp-content/plugins/wordcamp-coming-soon-page/views/template-coming-soon.php
44 44 <?php printf( 45 45 // translators: %s is the name of the blog 46 46 __( 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 be notified when the site goes live, or contact the organizers to get involved.', 49 48 'wordcamporg' 50 49 ), 51 50 esc_html( get_bloginfo( 'name' ) )