Changeset 20715 for trunk/wp-admin/includes/post.php
- Timestamp:
- 05/03/2012 04:41:59 PM (14 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/includes/post.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/post.php
r20594 r20715 748 748 $post = & get_post( $post_ID, ARRAY_A ); 749 749 $content = $post['post_content']; 750 750 751 751 // quick sanity check, don't run if no pretty permalinks or post is not published 752 752 if ( !get_option('permalink_structure') || $post['post_status'] != 'publish' )
Note: See TracChangeset
for help on using the changeset viewer.