Changeset 36944
- Timestamp:
- 03/10/2016 06:24:45 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/post.php
r36896 r36944 1206 1206 * 1207 1207 * @param string $post_type Post type to unregister. 1208 * @return bool|WP_Error True on success, WP_Error on failure .1208 * @return bool|WP_Error True on success, WP_Error on failure or if the post type doesn't exist. 1209 1209 */ 1210 1210 function unregister_post_type( $post_type ) {
Note: See TracChangeset
for help on using the changeset viewer.