Ticket #2479: 2479.patch
File 2479.patch, 1.1 KB (added by , 11 years ago) |
---|
-
includes/admin/settings.php
578 578 ?> 579 579 580 580 <input name="_bbp_enable_subscriptions" id="_bbp_enable_subscriptions" type="checkbox" value="1" <?php checked( bbp_is_subscriptions_active( true ) ); bbp_maybe_admin_setting_disabled( '_bbp_enable_subscriptions' ); ?> /> 581 <label for="_bbp_enable_subscriptions"><?php esc_html_e( 'Allow users to subscribe to topics', 'bbpress' ); ?></label>581 <label for="_bbp_enable_subscriptions"><?php esc_html_e( 'Allow users to subscribe to forums and topics', 'bbpress' ); ?></label> 582 582 583 583 <?php 584 584 } -
languages/bbpress.pot
1479 1479 msgstr "" 1480 1480 1481 1481 #: includes/admin/settings.php:581 1482 msgid "Allow users to subscribe to topics"1482 msgid "Allow users to subscribe to forums and topics" 1483 1483 msgstr "" 1484 1484 1485 1485 #: includes/admin/settings.php:597