Make WordPress Core

Changeset 50008


Ignore:
Timestamp:
01/24/2021 01:58:17 PM (4 years ago)
Author:
SergeyBiryukov
Message:

Docs: Document globals in dropdown_categories() and dropdown_link_categories().

Props umangvaghela123, pawki07.
Fixes #41504.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/deprecated.php

    r49935 r50008  
    7676 * @see wp_category_checklist()
    7777 *
     78 * @global int $post_ID
     79 *
    7880 * @param int $default       Unused.
    7981 * @param int $parent        Unused.
     
    9294 * @deprecated 2.6.0 Use wp_link_category_checklist()
    9395 * @see wp_link_category_checklist()
     96 *
     97 * @global int $link_id
    9498 *
    9599 * @param int $default Unused.
Note: See TracChangeset for help on using the changeset viewer.