Plugin Directory

Changeset 1643230


Ignore:
Timestamp:
04/23/2017 11:59:35 AM (9 years ago)
Author:
darielpr
Message:

fix proper content type

Location:
coditor/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • coditor/trunk/coditor.php

    r1640960 r1643230  
    77License:     GPLv3 or later
    88Text Domain: coditor
    9 Version: 1.0
     9Version: 1.1
    1010 */
    1111
     
    134134     */
    135135    function coditor_process_ajax(){
     136        header('Content-type: application/json');
    136137        $response = new stdClass();
    137138
  • coditor/trunk/readme.txt

    r1640960 r1643230  
    1818You will find new menu named 'Coditor' in your WordPress admin panel.
    1919
     20== Chagelog ==
     21= 1.1 =
     22* Fix some files cannot be open because of wrong content type.
     23
    2024== Screenshots ==
    21251. screenshot-1.png
Note: See TracChangeset for help on using the changeset viewer.