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:
parent
07cb271a45
commit
32358bbcdd
|
@ -3,12 +3,12 @@
|
||||||
* Post API: Walker_Page class
|
* Post API: Walker_Page class
|
||||||
*
|
*
|
||||||
* @package WordPress
|
* @package WordPress
|
||||||
* @subpackage Post
|
* @subpackage Template
|
||||||
* @since 4.4.0
|
* @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
|
* @since 2.1.0
|
||||||
*
|
*
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @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.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
|
Loading…
Reference in New Issue