WP_Syntax PHP:
<?php echo "Hello World!"; ?>
WP_Syntax PHP with a long line:
<?php global $options; foreach ($options as $value) { if (get_option( $value['id'] ) === FALSE) { $$value['id'] = $value['std']; } else { $$value['id'] = get_option( $value['id'] ); } } ?>
WP_Syntax HTML:
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head><title>My Blog</title>
<link rel="stylesheet" type="text/css" href="/mycss.css" />
</head>
<body>
<div id="header"><img id="logo" src="/images/logo.gif" alt="My Blog" /></div>
<div id="menu"><ul><li><a href="/">Home</a></li>
<li><a href="/links/">Links</a></li></ul></div>
<div id="content"><h1>My Blog</h1>
<p>Lorem ipsum dolor sit <a href="http://www.google.com/">amet</a></p>
</div>
</body>
<html>
CODE
<?php global $options; foreach ($options as $value) { if (get_option( $value['id'] ) === FALSE) { $$value['id'] = $value['std']; } else { $$value['id'] = get_option( $value['id'] ); } } ?>
PRE:
This line should not wrap, 5 spaces here and 10 spaces here: ... still the same line and another 7 spaces follow line ends here.
Short PRE
This line should not wrap.
… followed by regular text…
The Default Recent Comments Widget