Make WordPress Core


Ignore:
Timestamp:
02/27/2008 10:05:50 PM (18 years ago)
Author:
ryan
Message:

Make punctuation consistent. Props hervada and lloydbudd. fixes #5880

File:
1 edited

Legend:

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

    r7000 r7072  
    743743
    744744$dc_import = new Dotclear_Import();
    745 register_importer('dotclear', __('DotClear'), __('Import categories, users, posts, comments, and links from a DotClear blog'), array ($dc_import, 'dispatch'));
     745register_importer('dotclear', __('DotClear'), __('Import categories, users, posts, comments, and links from a DotClear blog.'), array ($dc_import, 'dispatch'));
    746746?>
Note: See TracChangeset for help on using the changeset viewer.