ClassiPress 3.3 - Footer Question
I found the following code in Appearances ----> Editor: Then scrolled down on the right side to:
Footer
footer.php)
Question: If I deleted all the following code, would I eliminate the """Classified Ads Software | Powered by WordPress""" in the footer?
<div class="right">
<p><a target="_blank" href="http://www.appthemes.com/themes/classipress/" title="Classified Ads Software"><?php _e( 'Classified Ads Software', APP_TD ); ?></a> | <?php _e( 'Powered by', APP_TD ); ?> <a target="_blank" href="http://wordpress.org/" title="WordPress">WordPress</a></p>
</div>