Changeset 35406
- Timestamp:
- 10/26/2015 11:54:04 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/embed-functions.php
r35394 r35406 467 467 468 468 $output = "<script type='text/javascript'>\n"; 469 $output .= "<!--//--><![CDATA[//><!--\n"; 469 470 if ( SCRIPT_DEBUG ) { 470 471 $output .= file_get_contents( ABSPATH . WPINC . '/js/wp-embed.js' ); … … 484 485 JS; 485 486 } 487 $output .= "\n//--><!]]>"; 486 488 $output .= "\n</script>"; 487 489
Note: See TracChangeset
for help on using the changeset viewer.