Skip to:
Content

bbPress.org


Ignore:
Timestamp:
08/01/2013 08:05:31 PM (13 years ago)
Author:
johnjamesjacoby
Message:

If pre-option exists for threaded replies depth, make sure it's correctly disabled.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/includes/admin/settings.php

    r5002 r5059  
    636636    ob_start(); ?>
    637637
    638     <select id="_bbp_thread_replies_depth" name="_bbp_thread_replies_depth">
     638    <select id="_bbp_thread_replies_depth" name="_bbp_thread_replies_depth" <?php bbp_maybe_admin_setting_disabled( '_bbp_thread_replies_depth' ); ?>>
    639639    <?php for ( $i = 2; $i <= $max_depth; $i++ ) : ?>
    640640
Note: See TracChangeset for help on using the changeset viewer.