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:
parent
5e6f121eb7
commit
7c0c4c5bf9
@ -309,7 +309,7 @@ function display_theme($theme, $actions = null, $show_details = true) {
|
|||||||
$actions = implode ( ' | ', $actions );
|
$actions = implode ( ' | ', $actions );
|
||||||
?>
|
?>
|
||||||
<a class='thickbox thickbox-preview screenshot'
|
<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)); ?>'>
|
title='<?php echo esc_attr(sprintf(__('Preview “%s”'), $name)); ?>'>
|
||||||
<img src='<?php echo esc_url($theme->screenshot_url); ?>' width='150' />
|
<img src='<?php echo esc_url($theme->screenshot_url); ?>' width='150' />
|
||||||
</a>
|
</a>
|
||||||
|
Loading…
Reference in New Issue
Block a user