Don't use short tag. Props DD32. fixes #9920

git-svn-id: http://svn.automattic.com/wordpress/trunk@11459 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan 2009-05-26 04:38:09 +00:00
parent 48e58fc5a2
commit 97389f6df9
1 changed files with 1 additions and 1 deletions

View File

@ -309,7 +309,7 @@ function display_theme($theme, $actions = null, $show_details = true) {
$actions = implode ( ' | ', $actions );
?>
<a class='thickbox thickbox-preview screenshot'
href='<? echo esc_url($preview_link); ?>'
href='<?php echo esc_url($preview_link); ?>'
title='<?php echo esc_attr(sprintf(__('Preview &#8220;%s&#8221;'), $name)); ?>'>
<img src='<?php echo esc_url($theme->screenshot_url); ?>' width='150' />
</a>