Changeset 38076 for trunk/src/wp-includes/post.php
- Timestamp:
- 07/17/2016 04:04:50 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/post.php
r38068 r38076 1070 1070 1071 1071 if ( ! post_type_exists( $post_type ) ) { 1072 return new WP_Error( 'invalid_post_type', __( 'Invalid post type ' ) );1072 return new WP_Error( 'invalid_post_type', __( 'Invalid post type.' ) ); 1073 1073 } 1074 1074
Note: See TracChangeset
for help on using the changeset viewer.