BenWard / tumblr2wordpress

A single-page PHP script to export all public posts from a Tumblr account and export them as Wordpress extended RSS. (Enhancement fork of Hao Chen's Tumblr2Wordpress.)
http://tumblr2wordpress.benapps.net/
62 stars 18 forks source link

Fixing the permalink_format #16

Closed barchard closed 13 years ago

barchard commented 13 years ago

Hi-

Just fixing the permalink_format. The variable wasn't defined within the function so I added the global reference.

-Greg

BenWard commented 13 years ago

Thank you!

BenWard commented 13 years ago

This is now merged into the develop branch.