Ticket #7656: themes.patch
File themes.patch, 757 bytes (added by , 17 years ago) |
---|
-
themes.php
65 65 <h2><?php _e('Current Theme'); ?></h2> 66 66 <div id="current-theme"> 67 67 <?php if ( $ct->screenshot ) : ?> 68 < img src="<?php echo WP_CONTENT_URL . $ct->stylesheet_dir . '/' . $ct->screenshot; ?>" alt="<?php _e('Current theme preview'); ?>" />68 <a href="theme-editor.php"><img src="<?php echo WP_CONTENT_URL . $ct->stylesheet_dir . '/' . $ct->screenshot; ?>" alt="<?php _e('Current theme preview - click to edit'); ?>" /></a> 69 69 <?php endif; ?> 70 70 <h3><?php printf(_c('%1$s %2$s by %3$s|1: theme title, 2: theme version, 3: theme author'), $ct->title, $ct->version, $ct->author) ; ?></h3> 71 71 <p class="description"><?php echo $ct->description; ?></p>