=== Source Codes in Comments === Contributors: Zen Donate link: http://zenverse.net/support/ Tags: source,codes,comment Requires at least: 2.5 Tested up to: 2.8.4 Stable tag: 1.0.2 Allow users to post source codes in comments using [code][/code] tag. No syntax highlight at the moment, it just replaces the special characters. == Description == Allow users to post source codes in comments using [code][/code] tag. No syntax highlight at the moment, it just replaces the special characters. **Features** * Replaces the special characters for the comment texts wrapped in [code][/code] tags * You can show a message after comment form to tell your visitor know they can post codes using [code][/code] tags [Plugin Info Page](http://zenverse.net/source-codes-in-comments-plugin/) | [Plugin Author](http://zenverse.net/) == Installation == 1. Download the plugin package 2. Extract and upload the "source-codes-in-comments" folder to your-wordpress-directory/wp-content/plugins/ 3. Activate the plugin and its ready 4. Go to Admin Panel > Settings > Codes in Comments and customise it to suit your needs. == Frequently Asked Questions == = What is the output? Show me an example. = If you use `[code]This is a bold text.[/code]`, the output will be `
This is a <b>bold text</b>