Changeset 6018 for branches/2.2/wp-admin/admin-functions.php
- Timestamp:
- 09/03/2007 04:28:19 PM (18 years ago)
- File:
-
- 1 edited
-
branches/2.2/wp-admin/admin-functions.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/2.2/wp-admin/admin-functions.php
r5839 r6018 106 106 $_POST['post_date_gmt'] = get_gmt_from_date( $_POST['post_date'] ); 107 107 } 108 109 unset($_POST['no_filter']); 108 110 109 111 // Create the post. … … 284 286 } 285 287 288 unset($_POST['no_filter']); 289 286 290 add_meta( $post_ID ); 287 291
Note: See TracChangeset
for help on using the changeset viewer.