- 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-themes-list-table.php
r29767 r30055 274 274 $args = array_merge( $args, $extra_args ); 275 275 276 printf( "<script type='text/javascript'>var theme_list_args = %s;</script>\n", json_encode( $args ) );276 printf( "<script type='text/javascript'>var theme_list_args = %s;</script>\n", wp_json_encode( $args ) ); 277 277 parent::_js_vars(); 278 278 }
Note: See TracChangeset
for help on using the changeset viewer.