Changeset 19028 for trunk/wp-admin/themes.php
- Timestamp:
- 10/20/2011 03:04:46 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/themes.php
r18775 r19028 82 82 <div id="current-theme"> 83 83 <?php if ( $ct->screenshot ) : ?> 84 <img src="<?php echo $ct->theme_root_uri . '/' . $ct->stylesheet . '/' . $ct->screenshot; ?>" alt="<?php _e('Current theme preview'); ?>" />84 <img src="<?php echo $ct->theme_root_uri . '/' . $ct->stylesheet . '/' . $ct->screenshot; ?>" alt="<?php esc_attr_e('Current theme preview'); ?>" /> 85 85 <?php endif; ?> 86 86 <h4><?php
Note: See TracChangeset
for help on using the changeset viewer.