Changeset 18498 for trunk/wp-includes/class.wp-scripts.php
- Timestamp:
- 08/03/2011 10:19:00 AM (15 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
r18496 r18498 79 79 80 80 echo "<script type='text/javascript'>\n"; 81 echo "/* <![CDATA[ */\n"; // not needed inHTML 581 echo "/* <![CDATA[ */\n"; // CDATA is not needed for HTML 5 82 82 echo $output; 83 echo " \n/* ]]> */";84 echo " \n</script>\n";83 echo "/* ]]> */\n"; 84 echo "</script>\n"; 85 85 86 86 return true;
Note: See TracChangeset
for help on using the changeset viewer.