Changeset 1643230
- Timestamp:
- 04/23/2017 11:59:35 AM (9 years ago)
- Location:
- coditor/trunk
- Files:
-
- 2 edited
-
coditor.php (modified) (2 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
coditor/trunk/coditor.php
r1640960 r1643230 7 7 License: GPLv3 or later 8 8 Text Domain: coditor 9 Version: 1. 09 Version: 1.1 10 10 */ 11 11 … … 134 134 */ 135 135 function coditor_process_ajax(){ 136 header('Content-type: application/json'); 136 137 $response = new stdClass(); 137 138 -
coditor/trunk/readme.txt
r1640960 r1643230 18 18 You will find new menu named 'Coditor' in your WordPress admin panel. 19 19 20 == Chagelog == 21 = 1.1 = 22 * Fix some files cannot be open because of wrong content type. 23 20 24 == Screenshots == 21 25 1. screenshot-1.png
Note: See TracChangeset
for help on using the changeset viewer.