diff --git a/wp-includes/class-walker-comment.php b/wp-includes/class-walker-comment.php index a15ccc830a..74d69de250 100644 --- a/wp-includes/class-walker-comment.php +++ b/wp-includes/class-walker-comment.php @@ -101,15 +101,15 @@ class Walker_Comment extends Walker { * at the end of the comment list. * * Example: max_depth = 2, with 5 levels of nested content. - * 1 - * 1.1 - * 1.1.1 - * 1.1.1.1 - * 1.1.1.1.1 - * 1.1.2 - * 1.1.2.1 - * 2 - * 2.2 + * 1 + * 1.1 + * 1.1.1 + * 1.1.1.1 + * 1.1.1.1.1 + * 1.1.2 + * 1.1.2.1 + * 2 + * 2.2 * * @see Walker::display_element() * @see wp_list_comments() diff --git a/wp-includes/version.php b/wp-includes/version.php index e9af640f55..dbb48204d7 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.4-alpha-34991'; +$wp_version = '4.4-alpha-34992'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.