Changeset 30055 for trunk/src/wp-admin/includes/class-wp-list-table.php
- Timestamp:
- 10/28/2014 06:34:16 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-list-table.php
r29707 r30055 1059 1059 } 1060 1060 1061 die( json_encode( $response ) );1061 die( wp_json_encode( $response ) ); 1062 1062 } 1063 1063 … … 1076 1076 ); 1077 1077 1078 printf( "<script type='text/javascript'>list_args = %s;</script>\n", json_encode( $args ) );1078 printf( "<script type='text/javascript'>list_args = %s;</script>\n", wp_json_encode( $args ) ); 1079 1079 } 1080 1080 }
Note: See TracChangeset
for help on using the changeset viewer.