function wptouch_the_theme_version() { echo wptouch_get_theme_version(); }
if (wptouch_is_theme_custom()) { ?> <li><a href="#" class="delete-theme ajax-button"><?php _e('Delete', 'wptouch-pro'); ?> </a></li> <?php } ?> </ul> <h4> <?php wptouch_the_theme_title(); ?> <span><?php echo sprintf(__('(%s)', 'wptouch-pro'), wptouch_get_theme_version()); ?> </span> </h4> <p class="wptouch-theme-author green-text"><?php echo sprintf(__('By %s', 'wptouch-pro'), wptouch_get_theme_author()); ?> </p> <p class="wptouch-theme-description"><?php wptouch_the_theme_description(); ?> </p> <?php if (wptouch_theme_has_features()) { ?> <p class="wptouch-theme-features"><?php