Remove trailing whitespace

git-svn-id: https://develop.svn.wordpress.org/trunk@11971 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren
2009-09-24 17:19:13 +00:00
parent d11f390d69
commit bb43e36418
10 changed files with 24 additions and 24 deletions
+1 -1
View File
@@ -589,7 +589,7 @@ function add_meta( $post_ID ) {
$wpdb->query( $wpdb->prepare("INSERT INTO $wpdb->postmeta (post_id,meta_key,meta_value ) VALUES (%s, %s, %s)", $post_ID, $metakey, $metavalue) );
do_action( 'added_postmeta', $wpdb->insert_id, $post_ID, $metakey, $metavalue );
return $wpdb->insert_id;
}
return false;