Changeset 4117
- Timestamp:
- 08/25/06 00:27:15 (2 years ago)
- Files:
-
- trunk/wp-includes/post.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wp-includes/post.php
r4078 r4117 507 507 $ping_status = apply_filters('ping_status_pre', $ping_status); 508 508 } 509 510 if ( ('' == $post_content) && ('' == $post_title) ) 511 return 0; 509 512 510 513 // Make sure we set a valid category
