summaryrefslogtreecommitdiffstats
path: root/wp-admin/edit-form-advanced.php
diff options
context:
space:
mode:
authordonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2007-01-18 11:27:26 +0000
committerdonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2007-01-18 11:27:26 +0000
commitacdcdacc2fe65422a3f52e3320283feba13d9c40 (patch)
treebad2b7ef0aef1f89e9abc6bafa0264a3ba302f46 /wp-admin/edit-form-advanced.php
parent26b0392f7796ed87daa7725a33ac87057b3b2a4c (diff)
downloadwordpress-mu-acdcdacc2fe65422a3f52e3320283feba13d9c40.tar.gz
wordpress-mu-acdcdacc2fe65422a3f52e3320283feba13d9c40.tar.xz
wordpress-mu-acdcdacc2fe65422a3f52e3320283feba13d9c40.zip
WP Merge to rev 4763
git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@851 7be80a69-a1ef-0310-a953-fb0f7c49ff36
Diffstat (limited to 'wp-admin/edit-form-advanced.php')
-rw-r--r--wp-admin/edit-form-advanced.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/wp-admin/edit-form-advanced.php b/wp-admin/edit-form-advanced.php
index c519d73..c2e6439 100644
--- a/wp-admin/edit-form-advanced.php
+++ b/wp-admin/edit-form-advanced.php
@@ -17,7 +17,7 @@ $messages[3] = __('Custom field deleted.');
if (0 == $post_ID) {
$form_action = 'post';
- $temp_ID = -1 * time();
+ $temp_ID = -1 * time(); // don't change this formula without looking at wp_write_post()
$form_extra = "<input type='hidden' id='post_ID' name='temp_ID' value='$temp_ID' />";
wp_nonce_field('add-post');
} else {