File: /home/mmickelson/martyknows.com/wp-content/themes/tarski/app/templates/options/messages.php
<?php if (!is_numeric(get_raw_tarski_option('deleted'))) { if (isset($_GET['restored'])) { ?>
<div class="updated fade below-h2"><p><?php printf(
__('Tarski options have been restored. %s', 'tarski'),
'<a href="' . user_trailingslashit(home_url()) . '">' . __('View site ›','tarski') . '</a>'
); ?></p></div>
<?php } elseif (isset($_GET['updated'])) { ?>
<div class="updated fade below-h2"><p><?php printf(
__('Tarski options have been updated. %s', 'tarski'),
'<a href="' . user_trailingslashit(home_url()) . '">' . __('View site ›','tarski') . '</a>'
); ?></p></div>
<?php } } ?>