From 2828e6cc063e9dbec976387035cc1eeba984682d Mon Sep 17 00:00:00 2001 From: Drew Jaynes Date: Tue, 22 Sep 2015 13:58:24 +0000 Subject: [PATCH] Docs: Clarify the file header subpackage for wp-includes/class-walker-page-dropdown.php, introduced in [34109]. Also clarifies the class DocBlock summary and tags for `Walker_PageDropdown`. See #33413. See #33701. Built from https://develop.svn.wordpress.org/trunk@34415 git-svn-id: http://core.svn.wordpress.org/trunk@34379 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/class-walker-page-dropdown.php | 7 ++++--- wp-includes/version.php | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/wp-includes/class-walker-page-dropdown.php b/wp-includes/class-walker-page-dropdown.php index ab6c222c30..e9196dd4f5 100644 --- a/wp-includes/class-walker-page-dropdown.php +++ b/wp-includes/class-walker-page-dropdown.php @@ -3,15 +3,16 @@ * Post API: Walker_PageDropdown class * * @package WordPress - * @subpackage Template + * @subpackage Post * @since 4.4.0 */ /** - * Create HTML dropdown list of pages. + * Core class used to create an HTML drop-down list of pages. * * @since 2.1.0 - * @uses Walker + * + * @see Walker */ class Walker_PageDropdown extends Walker { /** diff --git a/wp-includes/version.php b/wp-includes/version.php index 86132bbf47..f7e933b638 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.4-alpha-34414'; +$wp_version = '4.4-alpha-34415'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.