Make WordPress Core

Changeset 8676


Ignore:
Timestamp:
08/19/2008 10:35:45 PM (17 years ago)
Author:
ryan
Message:

Typo fix from mdawaffe. fixes #7551 for 2.6

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.6/wp-includes/post.php

    r8640 r8676  
    32983298        return;
    32993299
    3300     if ( isset($post['post_type']) && 'revision' == $post_post['type'] )
     3300    if ( isset($post['post_type']) && 'revision' == $post['post_type'] )
    33013301        return new WP_Error( 'post_type', __( 'Cannot create a revision of a revision' ) );
    33023302
Note: See TracChangeset for help on using the changeset viewer.