Make WordPress Core


Ignore:
Timestamp:
09/03/2007 11:32:58 PM (18 years ago)
Author:
ryan
Message:

Remove trailing whitespace

File:
1 edited

Legend:

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

    r5953 r6026  
    110110class Dotclear_Import {
    111111
    112     function header() 
     112    function header()
    113113    {
    114114        echo '<div class="wrap">';
     
    117117    }
    118118
    119     function footer() 
     119    function footer()
    120120    {
    121121        echo '</div>';
    122122    }
    123123
    124     function greet() 
     124    function greet()
    125125    {
    126126        echo '<div class="narrow"><p>'.__('Howdy! This importer allows you to extract posts from a DotClear database into your blog.  Mileage may vary.').'</p>';
Note: See TracChangeset for help on using the changeset viewer.