Changeset 1098278
- Timestamp:
- 02/24/2015 04:55:16 PM (11 years ago)
- Location:
- wp-emmet/trunk
- Files:
-
- 3 edited
-
assets/js/codemirror/adapter.js (modified) (1 diff)
-
readme.txt (modified) (1 diff)
-
wp-emmet.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wp-emmet/trunk/assets/js/codemirror/adapter.js
r1054005 r1098278 133 133 134 134 // Resizable TextEditor 135 if ( window.wp && wp.autosave) {135 if ($('.quicktags-toolbar').length) { 136 136 CodeMirror.fromTextArea_without_wp_emmet = CodeMirror.fromTextArea; 137 137 CodeMirror.fromTextArea = function(textarea, options) { -
wp-emmet/trunk/readme.txt
r1043193 r1098278 27 27 28 28 == Changelog == 29 30 = 0.3.4 = 31 * Fix a broken editor in the edit comment page 32 33 = 0.3.3 = 34 * Bug fix for iOS 29 35 30 36 = 0.3.2 = -
wp-emmet/trunk/wp-emmet.php
r1054005 r1098278 4 4 Plugin URI: https://github.com/rewish/wp-emmet 5 5 Description: Emmet (ex-Zen Coding) for WordPress. 6 Version: 0.3. 36 Version: 0.3.4 7 7 Author: rewish 8 8 Author URI: https://github.com/rewish
Note: See TracChangeset
for help on using the changeset viewer.