Make WordPress Core

Ticket #41504: 41504.patch

File 41504.patch, 640 bytes (added by umangvaghela123, 7 years ago)

fix #41504 bug.

  • deprecated.php

     
    7575 * @deprecated 2.6.0 Use wp_category_checklist()
    7676 * @see wp_category_checklist()
    7777 *
     78 * @global int $post_ID
    7879 * @param int $default       Unused.
    7980 * @param int $parent        Unused.
    8081 * @param array $popular_ids Unused.
     
    9293 * @deprecated 2.6.0 Use wp_link_category_checklist()
    9394 * @see wp_link_category_checklist()
    9495 *
     96 * @global int $link_id
    9597 * @param int $default Unused.
    9698 */
    9799function dropdown_link_categories( $default = 0 ) {