=== Export comments === Contributors: salzano Donate link: http://www.tacticaltechnique.com/donate/ Tags: export comments Requires at least: 3.0 Tested up to: 3.0.2 Stable tag: 1.0 Pulls comments out of your WordPress database for backups or analysis. == Description == Export comments from your WordPress database to analyze or share. One day, I needed to send some comments to akismet, the comment spam plugin. This plugin is what I created to make that quick and easy to do. Activate the plugin and visit the "Export comments" page under Settings. Choose what type of comments you wish to export and click the Export comments button. The current export is tab-delimited with database name column labels. The use of the tab and line break characters as delimiters means any tab and line break characters in the comment table contents are being removed. == Installation == 1. Download export-comments.zip 2. Decompress the file contents 3. Upload the export-comments folder to a Wordpress plugins directory (/wp-content/plugins) 4. Activate the plugin from the Administration Dashboard 5. Visit the "Export comments" page under Settings == Frequently Asked Questions == = Need help? Have a suggestion? = [Visit this plugin's home page](http://www.tacticaltechnique.com/wordpress/export-comments/) == Screenshots == 1. The comment export control panel where the magic happens == Change Log == = 1.1 = * More documentation * Select all button * A more unique function name = 1.0 = * First build == Upgrade Notice == = 1.1 = This update contains new features and code improvements for increased capabilities. = 1.0 = This plugin launched with a basic tab-delimited export from the wp_comments table.