=== Inline Quote & Cite Tags === Contributors: husobj Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=XYN56KE3V4ZZY Tags: html, quote, editor Requires at least: 3.9 Tested up to: 4.9 Stable tag: 1.4 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html This simple plugin adds buttons to the WordPress rich HTML editor to add inline quote and cite tags. == Description == This simple plugin adds buttons to the WordPress rich HTML editor to add inline quote and cite tags. It inserts `` and `` tags and ensures they work when switching between HTML and rich editor views. == Installation == To install and configure this plugin... 1. Upload or install the plugin through your WordPress admin. 2. Activate the plugin via the 'Plugins' admin menu. == Frequently Asked Questions == None at present. == Screenshots == 1. Editor Buttons 2. Inline Quote Tag Button 3. Cite Tag Button == Changelog == = 1.4 = * Added `cite` tag support. * Added SVG editor icons. * Tested up to WordPress 4.9 = 1.3.1 = * Use `plugins_url()` instead of `WP_PLUGIN_URL`. = 1.3 = * Update TinyMCE icon. * Fix collapsing space when inserting tags. = 1.2 = * Improved readme.txt file. * Checked WordPress 3.4 compatibility. = 1.1 = * Fixed URL path to javascript file. = 1.0 = * First Release