mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-13 05:10:18 +00:00
Docs: Add a @since note about new parameters with the spread operator added to function signatures.
Props jrf. See #47678. git-svn-id: https://develop.svn.wordpress.org/trunk@46451 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -1530,8 +1530,11 @@ function walk_page_tree( $pages, $depth, $current_page, $r ) {
|
||||
/**
|
||||
* Retrieve HTML dropdown (select) content for page list.
|
||||
*
|
||||
* @uses Walker_PageDropdown to create HTML dropdown content.
|
||||
* @since 2.1.0
|
||||
* @since 5.3.0 Formalized the existing `...$args` parameter by adding it
|
||||
* to the function signature.
|
||||
*
|
||||
* @uses Walker_PageDropdown to create HTML dropdown content.
|
||||
* @see Walker_PageDropdown::walk() for parameters and return description.
|
||||
*
|
||||
* @return string
|
||||
|
||||
Reference in New Issue
Block a user