Make WordPress Core


Ignore:
Timestamp:
12/14/2011 11:02:42 PM (13 years ago)
Author:
nacin
Message:

Define json_encode() in load-scripts.php. see #19524 for trunk.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/load-scripts.php

    r17630 r19597  
    9393function wp_guess_url() {}
    9494
     95if ( ! function_exists( 'json_encode' ) ) :
     96/**
     97 * @ignore
     98 */
     99function json_encode() {}
     100endif;
     101
    95102function get_file($path) {
    96103
Note: See TracChangeset for help on using the changeset viewer.