Changeset 6026 for trunk/wp-admin/import/dotclear.php
- Timestamp:
- 09/03/2007 11:32:58 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/import/dotclear.php
r5953 r6026 110 110 class Dotclear_Import { 111 111 112 function header() 112 function header() 113 113 { 114 114 echo '<div class="wrap">'; … … 117 117 } 118 118 119 function footer() 119 function footer() 120 120 { 121 121 echo '</div>'; 122 122 } 123 123 124 function greet() 124 function greet() 125 125 { 126 126 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.