Changeset 10150 for trunk/wp-admin/options-discussion.php
- Timestamp:
- 12/09/2008 06:03:31 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/options-discussion.php
r9954 r10150 18 18 <div class="wrap"> 19 19 <?php screen_icon(); ?> 20 <h2><?php echo wp_specialchars( $title ); ?></h2> 20 <h2><?php echo wp_specialchars( $title ); ?></h2> 21 21 22 22 <form method="post" action="options.php"> … … 59 59 <label for="thread_comments"> 60 60 <input name="thread_comments" type="checkbox" id="thread_comments" value="1" <?php checked('1', get_option('thread_comments')); ?> /> 61 <?php 61 <?php 62 62 63 63 $maxdeep = (int) apply_filters( 'thread_comments_depth_max', 10 );
Note: See TracChangeset
for help on using the changeset viewer.