=== Comment License === Contributors: crowdfavorite, alexkingorg Donate link: http://crowdfavorite.com/donate/ Tags: comment, comments, license, release, disclaimer Requires at least: 3.0 Tested up to: 3.0.1 Stable tag: 1.3 Add license terms to your comment form. == Description == Links: - [Wordpress.org Comment License forum topics](http://wordpress.org/tags/comment-license?forum_id=10). - [Comment License plugin page at Crowd Favorite](http://crowdfavorite.com/wordpress/plugins/comment-license/). - [Comment License Plugin forums at Crowd Favorite](http://crowdfavorite.com/forums/forum/comment-license). - [WordPress Help Center Comment License support](http://wphelpcenter.com/plugins/comment-license/). Comment License shows a license with terms of your choosing in your comments form. You can edit the terms of your license in the options page. == Installation == 1. Download the plugin archive and expand it (you've likely already done this). 2. Upload the plugin files to your wp-content/plugins directory. 3. Go to the Plugins page in your WordPress Administration area and click 'Activate' for Comment License. 4. Optional: go to Options > Comment License to change the terms of your license. 5. Optional: set a CSS class for `comment_license` to style the banner. == Frequently Asked Questions == = Why doesn't the license show in my theme? = This plugin relies on the `comment_form` to be present in your comments.php template. If this does not exist, you will want to add it: `ID); ?>` = Anything else? = That about does it - enjoy! == Changelog == = 1.3 = - New : Integrated with CF_Admin - New : Added ability to have basic HTML in the license. - New : Compatible with non traditional directory structure - Changed : Serialized options - Changed : Updated code to best practices. - Changed : Removed unnecessary code. = 1.2 = - Changed - Updated the admin CSS. = 1.1 = - New : Added admin CSS. - Changed : iframe id. = 1.0 = - New : The first version.