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:
parent
48e58fc5a2
commit
97389f6df9
|
@ -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 “%s”'), $name)); ?>'>
|
||||
<img src='<?php echo esc_url($theme->screenshot_url); ?>' width='150' />
|
||||
</a>
|
||||
|
|
Loading…
Reference in New Issue