Make WordPress Core


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.9/wp-includes/class-json.php

    r11930 r12492  
    5151 * @author      Brett Stimmerman <brettstimmerman[at]gmail[dot]com>
    5252 * @copyright   2005 Michal Migurski
    53  * @version     CVS: $Id: JSON.php,v 1.3 2009/05/22 23:51:00 alan_k Exp $
     53 * @version     CVS: $Id: JSON.php 288200 2009-09-09 15:41:29Z alan_k $
    5454 * @license     http://www.opensource.org/licenses/bsd-license.php
    5555 * @link        http://pear.php.net/pepr/pepr-proposal-show.php?id=198
     
    236236    function encode($var)
    237237    {
    238         header('Content-type: application/x-javascript');
     238        header('Content-type: application/json');
    239239        return $this->_encode($var);
    240240    }
Note: See TracChangeset for help on using the changeset viewer.