Changeset 38669
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/comment-template.php
r38121 r38669 1577 1577 * @type string $reply_text The text of the Reply link. Default 'Reply'. 1578 1578 * @type string $login_text The text of the link to reply if logged out. Default 'Log in to Reply'. 1579 * @type int $depth' The depth of the new comment. Must be greater than 0 and less than the value 1579 * @type int $max_depth The max depth of the comment tree. Default 0. 1580 * @type int $depth The depth of the new comment. Must be greater than 0 and less than the value 1580 1581 * of the 'thread_comments_depth' option set in Settings > Discussion. Default 0. 1581 1582 * @type string $before The text or HTML to add before the reply link. Default empty. … … 1594 1595 'reply_to_text' => __( 'Reply to %s' ), 1595 1596 'login_text' => __( 'Log in to Reply' ), 1597 'max_depth' => 0, 1596 1598 'depth' => 0, 1597 1599 'before' => '',
Note: See TracChangeset
for help on using the changeset viewer.