?> <?php } ?> <h4> <?php wptouch_the_addon_title(); ?> <span class="version"><?php wptouch_the_addon_version(); ?> </span> </h4> <h5> <?php echo sprintf(__('by %s', 'wptouch-pro'), wptouch_get_addon_author()); ?> </h5> <p class="desc"><?php wptouch_the_addon_description(); ?> </p> <p class="info"> <?php if (!wptouch_is_addon_in_cloud()) { ?> <?php echo sprintf(__('Extension location: %s', 'wptouch-pro'), wptouch_get_addon_location()); ?>
function wptouch_the_addon_author() { echo wptouch_get_addon_author(); }