From b380c3b4dd5b6b57b6f242f1d4df6c989a5444d9 Mon Sep 17 00:00:00 2001 From: meltie Date: Mon, 30 May 2016 12:32:53 +0100 Subject: [PATCH] Added ability to export tru_tags --- textpattern-to-wordpress.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/textpattern-to-wordpress.php b/textpattern-to-wordpress.php index 717b78e..78ce9e5 100644 --- a/textpattern-to-wordpress.php +++ b/textpattern-to-wordpress.php @@ -183,6 +183,8 @@ echo ''.EOL; echo ''.EOL; } + + echo ''.$row['Keywords'].''.EOL; echo ''.$row['ID'].''.EOL; echo ''.$row['Posted'].''.EOL;