Revision as of 15:08, 13 March 2009 by 136.159.110.60 (Talk)
Talk:WpLicense
How about adapting WpLicense to widgets?
Widgets (http://codex.wordpress.org/Plugins/WordPress_Widgets) is a "plugin designed to provide a simple way to arrange the various elements of your sidebar content without having to change any code."
Seems like the perfect thing to make WpLicense even easier to use for non-technical users. -- Björn Lindström 01:31, 21 August 2006 (UTC)
1.0-dev didn't create the cc_content_license_img option
After I used the WordPress plugin auto updater, the creative commons image on my blogs was borked. empty src="" attribute on the image element. I took a look at the code of the plugin, and noticed it's now using a cc_content_license_img option instead of the _html option it used before. but that option didn't get created in my options table. After manually creating the table, and setting its value to
it shows up just fine.