Changeset 28083 for trunk/src/wp-admin/options-discussion.php
- Timestamp:
- 04/12/2014 12:00:32 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/options-discussion.php
r27469 r28083 81 81 * @since 2.7.0. 82 82 * 83 * @param int $ 10The maximum depth of threaded comments. Default 10.83 * @param int $max_depth The maximum depth of threaded comments. Default 10. 84 84 */ 85 85 $maxdeep = (int) apply_filters( 'thread_comments_depth_max', 10 );
Note: See TracChangeset
for help on using the changeset viewer.