Make WordPress Core


Ignore:
Timestamp:
05/03/2012 04:41:59 PM (14 years ago)
Author:
ryan
Message:

Pinking shears

File:
1 edited

Legend:

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

    r20594 r20715  
    748748    $post = & get_post( $post_ID, ARRAY_A );
    749749    $content = $post['post_content'];
    750    
     750
    751751    // quick sanity check, don't run if no pretty permalinks or post is not published
    752752    if ( !get_option('permalink_structure') || $post['post_status'] != 'publish' )
Note: See TracChangeset for help on using the changeset viewer.