Changeset 25572 for trunk/src/wp-includes/post.php
- Timestamp:
- 09/23/2013 05:11:09 PM (12 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/post.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/post.php
r25554 r25572 1140 1140 * - supports - An alias for calling add_post_type_support() directly. Defaults to title and editor. 1141 1141 * * See {@link add_post_type_support()} for documentation. 1142 * - register_meta_box_cb - Provide a callback function that will be called when setting up the1143 * meta boxesfor the edit form. Do remove_meta_box() and add_meta_box() calls in the callback.1142 * - register_meta_box_cb - Provide a callback function that sets up the meta boxes 1143 * for the edit form. Do remove_meta_box() and add_meta_box() calls in the callback. 1144 1144 * - taxonomies - An array of taxonomy identifiers that will be registered for the post type. 1145 1145 * * Default is no taxonomies.
Note: See TracChangeset
for help on using the changeset viewer.