Changeset 3952
- Timestamp:
- 07/04/2006 06:33:08 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/post.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
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);
Note: See TracChangeset
for help on using the changeset viewer.