Changeset 8676
- Timestamp:
- 08/19/2008 10:35:45 PM (17 years ago)
- File:
-
- 1 edited
-
branches/2.6/wp-includes/post.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/2.6/wp-includes/post.php
r8640 r8676 3298 3298 return; 3299 3299 3300 if ( isset($post['post_type']) && 'revision' == $post _post['type'] )3300 if ( isset($post['post_type']) && 'revision' == $post['post_type'] ) 3301 3301 return new WP_Error( 'post_type', __( 'Cannot create a revision of a revision' ) ); 3302 3302
Note: See TracChangeset
for help on using the changeset viewer.