Changeset 53252
- Timestamp:
- 04/25/2022 09:30:34 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/nav-menu.php
r53010 r53252 51 51 52 52 /** 53 * Check ifthe given ID is a navigation menu.53 * Determines whether the given ID is a navigation menu. 54 54 * 55 55 * Returns true if it is; false otherwise. … … 256 256 257 257 /** 258 * Delete a Navigation Menu.258 * Deletes a navigation menu. 259 259 * 260 260 * @since 3.0.0 … … 303 303 304 304 /** 305 * Save the properties of a menu or create a new menu with those properties.305 * Saves the properties of a menu or create a new menu with those properties. 306 306 * 307 307 * Note that `$menu_data` is expected to be pre-slashed. … … 405 405 406 406 /** 407 * Save the properties of a menu item or create a new one.407 * Saves the properties of a menu item or create a new one. 408 408 * 409 409 * The menu-item-title, menu-item-description and menu-item-attr-title are expected … … 642 642 643 643 /** 644 * Return ifa menu item is valid.644 * Determines whether a menu item is valid. 645 645 * 646 646 * @link https://core.trac.wordpress.org/ticket/13958 … … 989 989 990 990 /** 991 * Getthe menu items associated with a particular object.991 * Returns the menu items associated with a particular object. 992 992 * 993 993 * @since 3.0.0 … … 1121 1121 1122 1122 /** 1123 * Delete auto-draft posts associated with the supplied changeset.1123 * Deletes auto-draft posts associated with the supplied changeset. 1124 1124 * 1125 1125 * @since 4.8.0 … … 1155 1155 1156 1156 /** 1157 * Handle menu config after theme change.1157 * Handles menu config after theme change. 1158 1158 * 1159 1159 * @access private
Note: See TracChangeset
for help on using the changeset viewer.