From 32358bbcdd6756367b2b8deded7cd9f32cce6f68 Mon Sep 17 00:00:00 2001 From: Drew Jaynes Date: Tue, 22 Sep 2015 15:09:24 +0000 Subject: [PATCH] Docs: Actually, the subpackage for `Walker_Page` should be Template. See #33701. Built from https://develop.svn.wordpress.org/trunk@34441 git-svn-id: http://core.svn.wordpress.org/trunk@34405 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/class-walker-page.php | 4 ++-- wp-includes/version.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/wp-includes/class-walker-page.php b/wp-includes/class-walker-page.php index 57114cc309..3b3ca3189d 100644 --- a/wp-includes/class-walker-page.php +++ b/wp-includes/class-walker-page.php @@ -3,12 +3,12 @@ * Post API: Walker_Page class * * @package WordPress - * @subpackage Post + * @subpackage Template * @since 4.4.0 */ /** - * Core walker class used to create HTML list of pages. + * Core walker class used to create an HTML list of pages. * * @since 2.1.0 * diff --git a/wp-includes/version.php b/wp-includes/version.php index 37498ced15..286fda15e2 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.4-alpha-34440'; +$wp_version = '4.4-alpha-34441'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.