Changeset 4760 for trunk/wp-admin/edit-form-advanced.php
- Timestamp:
- 01/18/2007 03:32:54 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/edit-form-advanced.php
r4658 r4760 18 18 if (0 == $post_ID) { 19 19 $form_action = 'post'; 20 $temp_ID = -1 * time(); 20 $temp_ID = -1 * time(); // don't change this formula without looking at wp_write_post() 21 21 $form_extra = "<input type='hidden' id='post_ID' name='temp_ID' value='$temp_ID' />"; 22 22 wp_nonce_field('add-post');
Note: See TracChangeset
for help on using the changeset viewer.