Changeset 4027
- Timestamp:
- 07/22/06 04:57:16 (2 years ago)
- Files:
-
- trunk/wp-includes/post.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wp-includes/post.php
r4026 r4027 717 717 718 718 function wp_publish_post($post_id) { 719 global $wpdb; 720 719 721 $post = get_post($post_id); 720 722
