Scripturizer is Out There
Posted in WordPress on Feb 3rd, 2007
I managed to find the new repository for Scripturizer, and it does work in Wordpress 2.1, which the older version did not for some reason. I am using version 1.6 Developer. A few changes to make...
Line 75:
PLAIN TEXT
PHP:
<h2><?php _e('Scripturizer 1.5a', 'Scripturizer'); ?></h2>
Needs changed to say:
PLAIN TEXT
PHP:
<h2><?php _e('Scripturizer 1.6 Dev', 'Scripturizer'); ?></h2>
This is a [...]




