Changeset 2109
- Timestamp:
- 01/20/05 05:18:55 (4 years ago)
- Files:
-
- trunk/wp-admin/post.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wp-admin/post.php
r2062 r2109 86 86 87 87 if ( empty($post_name) ) { 88 if ( !empty($post_title) )89 88 $post_name = sanitize_title($post_title, $post_ID); 90 89 } else { … … 269 268 270 269 if (empty($post_name)) { 271 if (! empty($post_title)) { 272 $post_name = sanitize_title($post_title, $post_ID); 273 } 270 $post_name = sanitize_title($post_title, $post_ID); 274 271 } else { 275 272 $post_name = sanitize_title($post_name, $post_ID);
