Changeset 35979
- Timestamp:
- 12/16/2015 11:10:47 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/nav-menu.php
r35452 r35979 929 929 930 930 /** 931 * Callback for handling a menu item when its original object is deleted.931 * Serves as a callback for handling a menu item when its original object is deleted. 932 932 * 933 933 * @since 3.0.0 934 934 * @access private 935 935 * 936 * @param int $object_id The ID of the original object being trashed. 937 * 936 * @param int $object_id Optional. The ID of the original object being trashed. Default 0. 937 * @param int $tt_id Term taxonomy ID. Unused. 938 * @param string $taxonomy Taxonomy slug. 938 939 */ 939 940 function _wp_delete_tax_menu_item( $object_id = 0, $tt_id, $taxonomy ) {
Note: See TracChangeset
for help on using the changeset viewer.