Changeset 42400
- Timestamp:
- 12/15/2017 05:15:33 AM (8 years ago)
- Location:
- trunk/src
- Files:
-
- 3 edited
-
wp-admin/js/accordion.js (modified) (1 diff)
-
wp-admin/options-discussion.php (modified) (1 diff)
-
wp-includes/link-template.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/js/accordion.js
r33511 r42400 26 26 * Note that any appropriate tags may be used, as long as the above classes are present. 27 27 * 28 * @since 3.6.0 .28 * @since 3.6.0 29 29 */ 30 30 -
trunk/src/wp-admin/options-discussion.php
r42343 r42400 92 92 * Filters the maximum depth of threaded/nested comments. 93 93 * 94 * @since 2.7.0 .94 * @since 2.7.0 95 95 * 96 96 * @param int $max_depth The maximum depth of threaded comments. Default 10. -
trunk/src/wp-includes/link-template.php
r42378 r42400 3743 3743 * filter. 3744 3744 * 3745 * @since 3.0.0 .3745 * @since 3.0.0 3746 3746 * 3747 3747 * @param int $id Optional. A post or site id. Default is 0, which means the current post or site.
Note: See TracChangeset
for help on using the changeset viewer.