Make WordPress Core


Ignore:
Timestamp:
05/10/2006 08:35:10 PM (19 years ago)
Author:
matt
Message:

Lots of style and admin tweaks

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/functions-post.php

    r3768 r3770  
    349349
    350350    if ( $file )
    351         add_post_meta($post_ID, '_wp_attached_file', $file);
     351        add_post_meta($post_ID, '_wp_attached_file', $file );
    352352
    353353    clean_post_cache($post_ID);
Note: See TracChangeset for help on using the changeset viewer.