Skip to:
Content

bbPress.org


Ignore:
Timestamp:
08/02/2013 07:23:59 AM (12 years ago)
Author:
johnjamesjacoby
Message:

Revert accidental removal of threaded replies dropdown pre-option disabled check from r5060.

File:
1 edited

Legend:

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

    r5060 r5061  
    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.