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
|
c5053ef0be
|
Docs: Mark optional method parameters as such in Walker_Page .
Also normalizes parameter spacing following [37056].
Fixes #36300.
Built from https://develop.svn.wordpress.org/trunk@37057
git-svn-id: http://core.svn.wordpress.org/trunk@37024 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2016-03-22 18:07:27 +00:00 |
|
Drew Jaynes
|
a336735c13
|
Docs: The page object type in use in Walker_Page is WP_Post .
See #36300.
Built from https://develop.svn.wordpress.org/trunk@37056
git-svn-id: http://core.svn.wordpress.org/trunk@37023 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2016-03-22 18:05:26 +00:00 |
|
Drew Jaynes
|
773cb00210
|
Docs: Improve inline documentation for properties and methods in Walker_Page .
Props raimy.
See #36300.
Built from https://develop.svn.wordpress.org/trunk@37055
git-svn-id: http://core.svn.wordpress.org/trunk@37022 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2016-03-22 18:04:26 +00:00 |
|
Dominik Schilling
|
0929025aea
|
Docs: Move the hook doc for the the_title filter in Walker_Page::start_el() to directly precede the apply_filters() line.
See #32246.
Built from https://develop.svn.wordpress.org/trunk@36175
git-svn-id: http://core.svn.wordpress.org/trunk@36142 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2016-01-05 16:35:26 +00:00 |
|
John Blackbourn
|
1402c3d8b4
|
Docs: Miscellaneous docblock corrections.
See #32246
Built from https://develop.svn.wordpress.org/trunk@36069
git-svn-id: http://core.svn.wordpress.org/trunk@36034 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2015-12-23 06:31:27 +00:00 |
|
Drew Jaynes
|
f32fba3dab
|
Docs: Add more complete property and method documentation for Walker_Page .
* Adds missing DocBlock summaries
* Adds missing `@param` descriptions
* Marks some optional parameters as such
* Reorders some DocBlock tags
See #32246.
Built from https://develop.svn.wordpress.org/trunk@35929
git-svn-id: http://core.svn.wordpress.org/trunk@35893 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2015-12-14 18:06:31 +00:00 |
|
Drew Jaynes
|
32358bbcdd
|
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
|
2015-09-22 15:09:24 +00:00 |
|
Drew Jaynes
|
160ae95982
|
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.
Built from https://develop.svn.wordpress.org/trunk@34414
git-svn-id: http://core.svn.wordpress.org/trunk@34378 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2015-09-22 13:54: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 |
|