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/textpattern.php

    r7000 r7072  
    671671
    672672$txp_import = new Textpattern_Import();
    673 register_importer('textpattern', __('Textpattern'), __('Import categories, users, posts, comments, and links from a Textpattern blog'), array ($txp_import, 'dispatch'));
     673register_importer('textpattern', __('Textpattern'), __('Import categories, users, posts, comments, and links from a Textpattern blog.'), array ($txp_import, 'dispatch'));
    674674?>
Note: See TracChangeset for help on using the changeset viewer.