Make short tag long. Reported by adsworth.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1869 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
9872261202
commit
acbad8e480
|
@ -96,7 +96,7 @@ endif;
|
|||
<ul>
|
||||
<?php foreach ($common_files as $common_file) : ?>
|
||||
<li><a href="templates.php?file=<?php echo $common_file?>"><?php echo get_file_description($common_file); ?></a></li>
|
||||
<? endforeach; ?>
|
||||
<?php endforeach; ?>
|
||||
</ul>
|
||||
</div>
|
||||
<?php if (!$error) { ?>
|
||||
|
|
Loading…
Reference in New Issue