Changeset 48794 for trunk/src/wp-includes/nav-menu.php
- Timestamp:
- 08/15/2020 01:38:52 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/nav-menu.php
r48793 r48794 1055 1055 * @access private 1056 1056 * 1057 * @param int $object_id Optional. The ID of the original object being trashed. Default 0.1057 * @param int $object_id The ID of the original object being trashed. 1058 1058 * @param int $tt_id Term taxonomy ID. Unused. 1059 1059 * @param string $taxonomy Taxonomy slug. 1060 1060 */ 1061 function _wp_delete_tax_menu_item( $object_id = 0, $tt_id, $taxonomy ) {1061 function _wp_delete_tax_menu_item( $object_id, $tt_id, $taxonomy ) { 1062 1062 $object_id = (int) $object_id; 1063 1063
Note: See TracChangeset
for help on using the changeset viewer.