Make WordPress Core


Ignore:
Timestamp:
08/09/2008 05:36:14 AM (16 years ago)
Author:
ryan
Message:

Trailing whitespace cleanup

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/import/mt.php

    r7999 r8600  
    225225                wp_create_categories($post->categories, $post_id);
    226226            }
    227            
     227
    228228             // Add tags or keywords
    229229            if ( 1 < strlen($post->post_keywords) ) {
    230                 // Keywords exist. 
     230                // Keywords exist.
    231231                printf(__('<br />Adding tags <i>%s</i>...'), stripslashes($post->post_keywords));
    232232                wp_add_post_tags($post_id, $post->post_keywords);
Note: See TracChangeset for help on using the changeset viewer.