Changeset 48473 for trunk/src/wp-admin/includes/nav-menu.php
- Timestamp:
- 07/14/2020 11:54:26 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/nav-menu.php
r48100 r48473 333 333 * @type string $id Meta box 'id' attribute. 334 334 * @type string $title Meta box title. 335 * @type string$callback Meta box display callback.335 * @type callable $callback Meta box display callback. 336 336 * @type WP_Post_Type $args Extra meta box arguments (the post type object for this meta box). 337 337 * } … … 685 685 * Taxonomy menu item meta box arguments. 686 686 * 687 * @type string $id Meta box 'id' attribute.688 * @type string $title Meta box title.689 * @type string$callback Meta box display callback.690 * @type object $args Extra meta box arguments (the taxonomy object for this meta box).687 * @type string $id Meta box 'id' attribute. 688 * @type string $title Meta box title. 689 * @type callable $callback Meta box display callback. 690 * @type object $args Extra meta box arguments (the taxonomy object for this meta box). 691 691 * } 692 692 */
Note: See TracChangeset
for help on using the changeset viewer.