Changeset 30055 for trunk/src/wp-admin/includes/template.php
- Timestamp:
- 10/28/2014 06:34:16 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/template.php
r30040 r30055 1953 1953 //<![CDATA[ 1954 1954 (function($){ 1955 var options = <?php echo json_encode( $args ); ?>, setup;1955 var options = <?php echo wp_json_encode( $args ); ?>, setup; 1956 1956 1957 1957 if ( ! options )
Note: See TracChangeset
for help on using the changeset viewer.