Changeset 410434
- Timestamp:
- 07/15/2011 08:17:27 PM (15 years ago)
- Location:
- wysiwyg-inline-code-command/trunk
- Files:
-
- 3 edited
-
readme.txt (modified) (2 diffs)
-
wicc-mce-plugin.php (modified) (1 diff)
-
wysiwyg-inline-code-command.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wysiwyg-inline-code-command/trunk/readme.txt
r410421 r410434 11 11 == Description == 12 12 13 The WYSIWYG Inline Code Command plugin ("WICC")adds an "inline code"13 The WYSIWYG Inline Code Command plugin adds an "inline code" 14 14 command to the WYSIWYG (visual) post and page editor. It's just like 15 15 the "Bold" or "Italics" commands, except that it makes your text look … … 48 48 == Changelog == 49 49 50 = 1.2 = 51 * Released ??? 52 * Changes ??? 53 50 54 = 1.1 = 51 55 * Released on July 15, 2011. -
wysiwyg-inline-code-command/trunk/wicc-mce-plugin.php
r410390 r410434 42 42 author : 'Peter Williams', 43 43 authorurl : 'http://newton.cx/~peter/', 44 infourl : 'http:// newton.cx/~peter/',44 infourl : 'http://wordpress.org/extend/plugins/wysiwyg-inline-code-command/', 45 45 version : tinymce.majorVersion + "." + tinymce.minorVersion 46 46 }; -
wysiwyg-inline-code-command/trunk/wysiwyg-inline-code-command.php
r410422 r410434 4 4 Plugin URI: http://wordpress.org/extend/plugins/wysiwyg-inline-code-command/ 5 5 Description: Add a command to the visual editor to mark text as inline code 6 Version: 1. 16 Version: 1.2 7 7 Author: Peter Williams 8 8 Author URI: http://newton.cx/~peter/
Note: See TracChangeset
for help on using the changeset viewer.