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
This commit is contained in:
Drew Jaynes 2015-09-22 15:09:24 +00:00
parent 07cb271a45
commit 32358bbcdd
2 changed files with 3 additions and 3 deletions

View File

@ -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
*

View File

@ -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.