Changeset 5208
- Timestamp:
- 11/27/2013 07:35:46 AM (11 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/includes/admin/settings.php
r5194 r5208 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 -
trunk/languages/bbpress.pot
r5200 r5208 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
Note: See TracChangeset
for help on using the changeset viewer.