2009-10-14 02:30:50 +00:00
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<?php foreach ($styles_to_include as $style) { ?>
|
|
|
|
<link rel="stylesheet" href="<?php echo $style ?>" type="text/css" />
|
|
|
|
<?php } ?>
|
|
|
|
</head>
|
|
|
|
<body>
|
2009-10-26 01:28:52 +00:00
|
|
|
<?php echo end(apply_filters('the_media_transcript', array('transcript' => implode("\n", $sample_transcript), 'user_id' => 1), '')) ?>
|
2009-10-14 02:30:50 +00:00
|
|
|
</body>
|
|
|
|
</html>
|