Changeset 38127
- Timestamp:
- 07/21/2016 05:59:52 PM (9 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/includes/nav-menu.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/nav-menu.php
r38051 r38127 298 298 * 299 299 * @param string $object Not used. 300 * @param string $post_type The post type object. 300 * @param array $post_type { 301 * Data that will be used as arguments of the post type meta box. 302 * 303 * @type string $id Meta box ID (used in the 'id' attribute for the meta box). 304 * @type string $title Title of the meta box. 305 * @type string $callback Function that fills the box with the desired content. 306 * @type WP_Post_Type $args The current post type object for this menu item meta box. 307 * } 301 308 */ 302 309 function wp_nav_menu_item_post_type_meta_box( $object, $post_type ) {
Note: See TracChangeset
for help on using the changeset viewer.