mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-09 04:11:10 +01:00
84281f1e02
git-svn-id: http://svn.automattic.com/wordpress/trunk@2748 1a063a9b-81f0-0310-95a4-ce76da25c4cd
15 lines
339 B
HTML
15 lines
339 B
HTML
<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
|
|
<html>
|
|
<head>
|
|
<script language="javascript" src="../../tiny_mce_popup.js"></script>
|
|
<title>Example of a custom preview page</title>
|
|
<link href="{$content_css}" rel="stylesheet" type="text/css">
|
|
</head>
|
|
<body>
|
|
|
|
Editor contents: <br />
|
|
{$content}
|
|
|
|
</body>
|
|
</html>
|