Docs: Clarify the file header summary for wp-includes/class-walker-page.php, introduced in [34109].

Also clarifies the class DocBlock summary for `Walker_Page`.

See #33413. See #33701.


git-svn-id: https://develop.svn.wordpress.org/trunk@34414 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Drew Jaynes 2015-09-22 13:53:44 +00:00
parent 5d84cf9acc
commit ac613406d7

View File

@ -3,15 +3,16 @@
* Post API: Walker_Page class
*
* @package WordPress
* @subpackage Template
* @subpackage Post
* @since 4.4.0
*/
/**
* Create HTML list of pages.
* Core walker class used to create HTML list of pages.
*
* @since 2.1.0
* @uses Walker
*
* @see Walker
*/
class Walker_Page extends Walker {
/**