Changeset 38076 for trunk/src/wp-admin/post-new.php
- Timestamp:
- 07/17/2016 04:04:50 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/post-new.php
r37914 r38076 22 22 $post_type = $_GET['post_type']; 23 23 } else { 24 wp_die( __( 'Invalid post type') );24 wp_die( __( 'Invalid post type.' ) ); 25 25 } 26 26 $post_type_object = get_post_type_object( $post_type );
Note: See TracChangeset
for help on using the changeset viewer.