Drew Jaynes
|
9cb5247392
|
Docs: Standardize filter docs in remaining wp-includes/* files to use third-person singular verbs per the inline documentation standards for PHP.
See #36913.
Built from https://develop.svn.wordpress.org/trunk@37518
git-svn-id: http://core.svn.wordpress.org/trunk@37486 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2016-05-22 18:50:28 +00:00 |
|
Drew Jaynes
|
3cdef41502
|
Docs: The page object type in use in Walker_PageDropdown is WP_Post .
See #36300.
Built from https://develop.svn.wordpress.org/trunk@37054
git-svn-id: http://core.svn.wordpress.org/trunk@37021 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2016-03-22 17:53:27 +00:00 |
|
Drew Jaynes
|
63582d4ecb
|
Docs: Improve inline documentation for properties and methods in Walker_PageDropdown .
Props raimy for the initial patch.
See #36300.
Built from https://develop.svn.wordpress.org/trunk@37053
git-svn-id: http://core.svn.wordpress.org/trunk@37020 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2016-03-22 17:51:27 +00:00 |
|
Drew Jaynes
|
d057c51893
|
Docs: Add missing property and method summaries in DocBlocks for Walker_PageDropdown .
See #32246.
Built from https://develop.svn.wordpress.org/trunk@35961
git-svn-id: http://core.svn.wordpress.org/trunk@35926 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2015-12-16 16:36:28 +00:00 |
|
Drew Jaynes
|
fc9fa08592
|
Docs: Add a missing description for the $id parameter in the DocBlock for Walker_PageDropdown::start_el() , which is implemented by Walker but unused by the subclass method.
Also marks the other optional parameters as such.
See #32246.
Built from https://develop.svn.wordpress.org/trunk@35928
git-svn-id: http://core.svn.wordpress.org/trunk@35892 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2015-12-14 17:54:27 +00:00 |
|
Drew Jaynes
|
2828e6cc06
|
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
|
2015-09-22 13:58:24 +00:00 |
|
Scott Taylor
|
4cec121d0b
|
Move Walker_Page and Walker_PageDropdown into their own files via svn cp . Remove them from post-template.php . Load them in post.php .
`post-template.php` loads after `post.php` in `wp-settings.php`. It could probably also be loaded in `post.php`, but avoiding that for the moment.
See #33413.
Built from https://develop.svn.wordpress.org/trunk@34109
git-svn-id: http://core.svn.wordpress.org/trunk@34077 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2015-09-14 02:59:24 +00:00 |
|