<?php
/* translators: Hidden accessibility text. %s: Theme name. */
printf( __( 'Select %s'
),
$theme->
display( 'Name'
) );
?>
</span>
</label>
<input type="checkbox" name="checked[]" id="<?php
echo $checkbox_id; ?>" value="<?php
echo esc_attr( $stylesheet ); ?>" />
<?php
endif; ?>
</td>
<td class="plugin-title"><p>
<img src="<?php
echo esc_url( $theme->
get_screenshot() . '?ver=' .
$theme->version
); ?>" width="85" height="64" class="updates-table-screenshot" alt="" />
<strong><?php
echo $theme->
display( 'Name'
); ?></strong>
<?php
printf( /* translators: 1: Theme version, 2: New version. */
__( 'You have version %1$s installed. Update to %2$s.'
),
$theme->
display( 'Version'
),
$theme->update
['new_version'
] );
echo ' ' .
$compat;