mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 14:20:15 +00:00
Allow Windows folks to delete attachements, fixes #2496
git-svn-id: https://develop.svn.wordpress.org/trunk@3952 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -1259,7 +1259,7 @@ function wp_insert_attachment($object, $file = false, $post_parent = 0) {
|
||||
wp_set_post_categories($post_ID, $post_category);
|
||||
|
||||
if ( $file )
|
||||
add_post_meta($post_ID, '_wp_attached_file', $file );
|
||||
add_post_meta($post_ID, '_wp_attached_file', quotemeta( $file ) );
|
||||
|
||||
clean_post_cache($post_ID);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user