wp-atom and wpLicense

Thanks to a couple of line changes in the wpLicense plugin — namely after line 384 — adding:

add_action(‘atom10_head’, ‘cc_atom_head’);

and because of what is likely an output buffering issue somewhere — I had to change line 84 from:

link rel=“license” type=“text/html” href="’.licenseUri().’"

to:

link rel=“license” type=“text/html” href="’.get_option(‘cc_content_license_uri’).’"

(yes, I need to debug this — it’s kind of a hack)

I now have the wpLicense plugin working with Benjamin Smedberg’s atom 1.0 plugin

All this so that Conversations with Plastic Dinosaurs is licensed under the Creative Commons Attribution-NonCommercial-ShareAlike 3.0 license.