Update footer.php

Removed copyright statement from footer.php that was specific to The Emu Cafe Social.

Signed-off-by: Nicholas A. Ferrell <naferrell@noreply.giteacoffee.emucafe.org>
This commit is contained in:
Nicholas A. Ferrell 2023-09-10 02:30:04 +00:00
parent 2db7447464
commit 791c58b714

View File

@ -34,9 +34,6 @@ defined( 'ABSPATH' ) || exit;
<div>
<?php printf( __( 'This site uses the <a rel="external" href="https://giteacoffee.emucafe.org/naferrell/emusem-press">Emusem Press</a> child theme of <a rel="external" href="https://github.com/pfefferle/SemPress">SemPress</a>. <br> Emusem Press is maintained by <a rel="external" href="https://thenewleafjournal.com/author/naferrell">Nicholas A. Ferrell</a>.' ) ); ?>
</div>
<div>
<?php printf( __( 'Copyright &copy The Emu Café Social and/or the respective authors unless otherwise expressly stated.') ); ?>
</div>
</footer><!-- #colophon -->
</div><!-- #page -->