Make WordPress Core


Ignore:
Timestamp:
02/05/2008 06:47:27 AM (17 years ago)
Author:
ryan
Message:

Trailing whitespace cleanup

File:
1 edited

Legend:

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

    r6430 r6726  
    7171                delete_option('stpimp_posts');
    7272            }
    73            
     73
    7474            add_option('stpimp_posts', $posts);
    7575            $count = count($posts);
     
    8888        echo '<div class="narrow">';
    8989        echo '<p><h3>'.__('Adding Tags to Posts&#8230;').'</h3></p>';
    90        
     90
    9191        // run that funky magic!
    9292        $tags_added = $this->tag2post();
    93        
     93
    9494        echo '<p>' . sprintf( __ngettext('Done! <strong>%s</strong> tags where added!', 'Done! <strong>%s</strong> tags where added!', $tags_added), $tags_added ) . '<br /></p>';
    9595        echo '<form action="admin.php?import=stp&amp;step=3" method="post">';
Note: See TracChangeset for help on using the changeset viewer.