Make WordPress Core

Changeset 19234


Ignore:
Timestamp:
11/09/2011 10:13:35 PM (13 years ago)
Author:
dd32
Message:

Fix typo in [19231]. See #17579

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/post.php

    r19231 r19234  
    38913891        return false;
    38923892
    3893     if ( 'attachment' != $post->post_type );
     3893    if ( 'attachment' != $post->post_type )
    38943894        return false;
    38953895
Note: See TracChangeset for help on using the changeset viewer.