Skip to Content.
Sympa Menu

cc-devel - [cc-devel] WpLicense needs to read cc_licence_footer in function licenseHtml (ver.1.2.1)

cc-devel AT lists.ibiblio.org

Subject: Developer discussion for Creative Commons technology and tools

List archive

Chronological Thread  
  • From: Dr.Peter Troxler <peter.troxler AT gmx.net>
  • To: cc-devel AT lists.ibiblio.org
  • Subject: [cc-devel] WpLicense needs to read cc_licence_footer in function licenseHtml (ver.1.2.1)
  • Date: Sun, 25 Oct 2009 12:56:25 +0100

here's the diff:

cheers / Peter

--- /Users/ptroxler/Downloads/2009-10-25/wplicense/wplicense.php
+++ wplicense.php
@@ -49,6 +49,7 @@
$license_name = get_option('cc_content_license');
$license_attribName = get_option('cc_content_attributionName');
$license_attribURL = get_option('cc_content_attributionURL');
+ $show_button = get_option('cc_include_footer');

if ($show_button) {
$image_html = <<< END_OF_STMT



  • [cc-devel] WpLicense needs to read cc_licence_footer in function licenseHtml (ver.1.2.1), Dr . Peter Troxler, 10/25/2009

Archive powered by MHonArc 2.6.24.

Top of Page