Changeset 3952
- Timestamp:
- 07/04/06 18:33:08 (3 years ago)
- Files:
-
- trunk/wp-includes/post.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wp-includes/post.php
r3900 r3952 1260 1260 1261 1261 if ( $file ) 1262 add_post_meta($post_ID, '_wp_attached_file', $file);1262 add_post_meta($post_ID, '_wp_attached_file', quotemeta( $file ) ); 1263 1263 1264 1264 clean_post_cache($post_ID);
