Making WordPress.org

Changeset 2426


Ignore:
Timestamp:
01/29/2016 04:01:54 PM (8 years ago)
Author:
iandunn
Message:

WordCamp Coming Soon Page: Internationalize the Subscribe for Updates string.

Fixes #1546

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordcamp.org/public_html/wp-content/plugins/wordcamp-coming-soon-page/views/template-coming-soon.php

    r2186 r2426  
    3333        <?php if ( in_array( 'subscriptions', $active_modules ) ) : ?>
    3434            <div class="wccsp-box">
    35                 <?php echo do_shortcode( '[jetpack_subscription_form title="Subscribe for Updates"]' ); ?>
     35                <?php echo do_shortcode( sprintf(
     36                    '[jetpack_subscription_form title="%s"]',
     37                    __( 'Subscribe for Updates', 'wordcamporg' )
     38                ) ); ?>
    3639            </div>
    3740        <?php endif; ?>
Note: See TracChangeset for help on using the changeset viewer.