Docs: Document globals in `dropdown_categories()` and `dropdown_link_categories()`.
Props umangvaghela123, pawki07. Fixes #41504. Built from https://develop.svn.wordpress.org/trunk@50008 git-svn-id: http://core.svn.wordpress.org/trunk@49709 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
1ae368e91d
commit
2259adf433
|
@ -75,6 +75,8 @@ function get_udims( $width, $height ) {
|
|||
* @deprecated 2.6.0 Use wp_category_checklist()
|
||||
* @see wp_category_checklist()
|
||||
*
|
||||
* @global int $post_ID
|
||||
*
|
||||
* @param int $default Unused.
|
||||
* @param int $parent Unused.
|
||||
* @param array $popular_ids Unused.
|
||||
|
@ -92,6 +94,8 @@ function dropdown_categories( $default = 0, $parent = 0, $popular_ids = array()
|
|||
* @deprecated 2.6.0 Use wp_link_category_checklist()
|
||||
* @see wp_link_category_checklist()
|
||||
*
|
||||
* @global int $link_id
|
||||
*
|
||||
* @param int $default Unused.
|
||||
*/
|
||||
function dropdown_link_categories( $default = 0 ) {
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '5.7-alpha-50007';
|
||||
$wp_version = '5.7-alpha-50008';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue