From e38a6edc61b4f132dd990e69ebf46a20c56fbebc Mon Sep 17 00:00:00 2001 From: Drew Jaynes Date: Fri, 9 Oct 2015 21:00:27 +0000 Subject: [PATCH] Docs: Indent an example comment tree in the DocBlock for `Walker_Comment::display_element()` so it can be properly parsed in Markdown for the Code Reference. See #32246. Built from https://develop.svn.wordpress.org/trunk@34992 git-svn-id: http://core.svn.wordpress.org/trunk@34957 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/class-walker-comment.php | 18 +++++++++--------- wp-includes/version.php | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) 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.