Changeset 32477 for trunk/src/wp-includes/revision.php
- Timestamp:
- 05/09/2015 09:08:57 PM (11 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/revision.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/revision.php
r30673 r32477 261 261 262 262 if ( ! $post || empty($post['ID']) ) 263 return new WP_Error( 'invalid_post', __( 'Invalid post ID ' ) );263 return new WP_Error( 'invalid_post', __( 'Invalid post ID.' ) ); 264 264 265 265 if ( isset($post['post_type']) && 'revision' == $post['post_type'] )
Note: See TracChangeset
for help on using the changeset viewer.