Changeset 7817
- Timestamp:
- 04/25/08 04:41:41 (4 months ago)
- Files:
-
- trunk/wp-includes/post.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wp-includes/post.php
r7752 r7817 3061 3061 // TODO: open this up for pages also 3062 3062 if ( 'post' != $post->post_type ) 3063 retu n;3063 return; 3064 3064 3065 3065 return _wp_put_revision( $post );
