Changeset 9105
- Timestamp:
- 10/09/08 00:19:11 (2 months ago)
- Files:
-
- trunk/wp-admin/includes/post.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wp-admin/includes/post.php
r9103 r9105 377 377 function post_exists($title, $content = '', $post_date = '') { 378 378 global $wpdb; 379 380 $title = stripslashes($title); 381 $content = stripslashes($content); 382 $post_date = stripslashes($post_date); 379 383 380 384 if (!empty ($post_date))
