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

git-svn-id: https://develop.svn.wordpress.org/trunk@11459 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2009-05-26 04:38:09 +00:00
parent 5e6f121eb7
commit 7c0c4c5bf9
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>