Changeset 8532
- Timestamp:
- 08/04/08 16:18:15 (2 months ago)
- Files:
-
- branches/2.6/wp-includes/post.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/2.6/wp-includes/post.php
r8481 r8532 511 511 function add_post_meta($post_id, $meta_key, $meta_value, $unique = false) { 512 512 global $wpdb; 513 514 // make sure meta is added to the post, not a revision 515 if ( $the_post = wp_is_post_revision($post_id) ) 516 $post_id = $the_post; 513 517 514 518 // expected_slashed ($meta_key)
