some fixes and translation
-
hi Gabriel
i’ve fixed a typo on line 36:
die('WordPress Version 3.1 or greater is required for this plugin to word');
changed in:
die('WordPress Version 3.1 or greater is required for this plugin to work');
and a closing div tag missing in line 161:
<div>
changed in:
</div>
then i went on to add textdomain support for translations, and created an italian one (translations go into a /lang folder).
here’s the ammended php file
here’s a zip of the lang folder with en_US and it_IT .mo and .po files
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘some fixes and translation’ is closed to new replies.