Changeset 11245 for trunk/wp-includes/class.wp-scripts.php
- Timestamp:
- 05/09/2009 07:27:22 AM (17 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/class.wp-scripts.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/class.wp-scripts.php
r11058 r11245 61 61 continue; 62 62 } 63 $data .= "$eol\t$var: \"" . js_escape( $val ) . '"';63 $data .= "$eol\t$var: \"" . esc_js( $val ) . '"'; 64 64 $eol = ",\n"; 65 65 }
Note: See TracChangeset
for help on using the changeset viewer.