From acdcdacc2fe65422a3f52e3320283feba13d9c40 Mon Sep 17 00:00:00 2001 From: donncha Date: Thu, 18 Jan 2007 11:27:26 +0000 Subject: WP Merge to rev 4763 git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@851 7be80a69-a1ef-0310-a953-fb0f7c49ff36 --- wp-admin/edit-page-form.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wp-admin/edit-page-form.php') diff --git a/wp-admin/edit-page-form.php b/wp-admin/edit-page-form.php index 5247f17..6f2cbd1 100644 --- a/wp-admin/edit-page-form.php +++ b/wp-admin/edit-page-form.php @@ -5,7 +5,7 @@ if (0 == $post_ID) { $form_action = 'post'; $nonce_action = 'add-page'; - $temp_ID = -1 * time(); + $temp_ID = -1 * time(); // don't change this formula without looking at wp_write_post() $form_extra = ""; } else { $form_action = 'editpost'; -- cgit