Changeset 4409
- Timestamp:
- 10/19/2006 12:39:01 AM (20 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/post.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/post.php
r4383 r4409 1305 1305 1306 1306 if ( $file ) 1307 add_post_meta($post_ID, '_wp_attached_file', quotemeta( $file ));1307 add_post_meta($post_ID, '_wp_attached_file', $file); 1308 1308 1309 1309 clean_post_cache($post_ID);
Note: See TracChangeset
for help on using the changeset viewer.