Changeset 5061 for trunk/includes/admin/settings.php
- Timestamp:
- 08/02/2013 07:23:59 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/includes/admin/settings.php
r5060 r5061 636 636 ob_start(); ?> 637 637 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' ); ?>> 639 639 <?php for ( $i = 2; $i <= $max_depth; $i++ ) : ?> 640 640
Note: See TracChangeset
for help on using the changeset viewer.