Skip to:
Content

bbPress.org


Ignore:
Timestamp:
11/27/2013 07:34:56 AM (11 years ago)
Author:
johnjamesjacoby
Message:

Add note about forums to subscriptions setting. Props mordauk. Fixes #2479. (2.5)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.5/includes/admin/settings.php

    r5194 r5207  
    579579
    580580    <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>
    582582
    583583<?php
Note: See TracChangeset for help on using the changeset viewer.