Ticket #41504: 41504.patch
File 41504.patch, 640 bytes (added by , 7 years ago) |
---|
-
deprecated.php
75 75 * @deprecated 2.6.0 Use wp_category_checklist() 76 76 * @see wp_category_checklist() 77 77 * 78 * @global int $post_ID 78 79 * @param int $default Unused. 79 80 * @param int $parent Unused. 80 81 * @param array $popular_ids Unused. … … 92 93 * @deprecated 2.6.0 Use wp_link_category_checklist() 93 94 * @see wp_link_category_checklist() 94 95 * 96 * @global int $link_id 95 97 * @param int $default Unused. 96 98 */ 97 99 function dropdown_link_categories( $default = 0 ) {