Changeset 17254
- Timestamp:
- 01/11/2011 07:58:58 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/press-this.php
r17140 r17254 64 64 wp_die($upload); 65 65 } else { 66 $quick['ID'] = $post_ID;67 wp_update_post($quick);68 69 66 // Post formats 70 67 if ( current_theme_supports( 'post-formats' ) && isset( $_POST['post_format'] ) ) { … … 79 76 } 80 77 78 $quick['ID'] = $post_ID; 79 wp_update_post($quick); 81 80 } 82 81 return $post_ID;
Note: See TracChangeset
for help on using the changeset viewer.