Changeset 528 for trunk/wp-admin/wp-post.php
- Timestamp:
- 11/06/2003 07:48:53 AM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/wp-post.php
r527 r528 82 82 $now = date('Y-m-d H:i:s', (time() + ($time_difference * 3600))); 83 83 } 84 85 if ('' != $HTTP_POST_VARS['save']) $post_status = 'draft'; 84 86 85 87 if((get_settings('use_geo_positions')) && (strlen($latstr) > 2) && (strlen($lonstr) > 2) ) { … … 146 148 $location = 'wp-post.php'; 147 149 } 150 151 if ('' != $HTTP_POST_VARS['save']) $location = "wp-post.php?action=edit&post=$post_ID"; 148 152 header("Location: $location"); 149 153 exit();
Note: See TracChangeset
for help on using the changeset viewer.