what-did-they-say/classes/partials/_show-sample-transcript.inc

10 lines
297 B
HTML

<html>
<head>
<?php foreach ($styles_to_include as $style) { ?>
<link rel="stylesheet" href="<?php echo $style ?>" type="text/css" />
<?php } ?>
</head>
<body>
<?php echo end(apply_filters('the_media_transcript', implode("\n", $sample_transcript), '')) ?>
</body>
</html>