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
This commit is contained in:
Drew Jaynes 2015-09-22 13:58:24 +00:00
parent 160ae95982
commit 2828e6cc06
2 changed files with 5 additions and 4 deletions

View File

@ -3,15 +3,16 @@
* Post API: Walker_PageDropdown class * Post API: Walker_PageDropdown class
* *
* @package WordPress * @package WordPress
* @subpackage Template * @subpackage Post
* @since 4.4.0 * @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 * @since 2.1.0
* @uses Walker *
* @see Walker
*/ */
class Walker_PageDropdown extends Walker { class Walker_PageDropdown extends Walker {
/** /**

View File

@ -4,7 +4,7 @@
* *
* @global string $wp_version * @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. * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.