- Timestamp:
- 05/23/2016 06:53:05 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/customize/class-wp-customize-nav-menu-item-setting.php
r37518 r37539 132 132 /** 133 133 * Status for calling the update method, used in customize_save_response filter. 134 * 135 * See {@see 'customize_save_response'}. 134 136 * 135 137 * When status is inserted, the placeholder post ID is stored in $previous_post_id. … … 659 661 660 662 /** 661 * Create /updatethe nav_menu_item post for this setting.663 * Creates/updates the nav_menu_item post for this setting. 662 664 * 663 665 * Any created menu items will have their assigned post IDs exported to the client 664 * via the customize_save_response filter. Likewise, any errors will be exported665 * to the client via the customize_save_response() filter.666 * via the {@see 'customize_save_response'} filter. Likewise, any errors will be 667 * exported to the client via the customize_save_response() filter. 666 668 * 667 669 * To delete a menu, the client can send false as the value.
Note: See TracChangeset
for help on using the changeset viewer.