Make punctuation consistent. Props hervada. fixes #5880
git-svn-id: https://develop.svn.wordpress.org/trunk@7125 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
ee92d30574
commit
1c147fc27a
@ -151,5 +151,5 @@ class STP_Import {
|
|||||||
$stp_import = new STP_Import();
|
$stp_import = new STP_Import();
|
||||||
|
|
||||||
// add it to the import page!
|
// add it to the import page!
|
||||||
register_importer('stp', 'Simple Tagging', __('Import Simple Tagging tags into WordPress tags'), array($stp_import, 'dispatch'));
|
register_importer('stp', 'Simple Tagging', __('Import Simple Tagging tags into WordPress tags.'), array($stp_import, 'dispatch'));
|
||||||
?>
|
?>
|
||||||
|
Loading…
Reference in New Issue
Block a user