mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2025-10-16 12:05:38 +00:00
Docs: Correct @return value for parent_dropdown().
Follow-up to [47100]. See #48303. git-svn-id: https://develop.svn.wordpress.org/trunk@47102 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
5db9ef75c9
commit
8295b56d9c
@ -886,9 +886,7 @@ function page_template_dropdown( $default = '', $post_type = 'page' ) {
|
||||
* @param int $parent Optional. The parent page ID. Default 0.
|
||||
* @param int $level Optional. Page depth level. Default 0.
|
||||
* @param int|WP_Post $post Post ID or WP_Post object.
|
||||
*
|
||||
* @return void|false HTML dropdown list of page parents on success,
|
||||
* false if the page has no children.
|
||||
* @return void|false Void on success, false if the page has no children.
|
||||
*/
|
||||
function parent_dropdown( $default = 0, $parent = 0, $level = 0, $post = null ) {
|
||||
global $wpdb;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user