Remove footer attributions

This commit is contained in:
Jeremy Dormitzer 2018-04-08 08:55:05 -04:00
parent 6a105e1d0c
commit c4e8f23667
No known key found for this signature in database
GPG Key ID: 04F17C0F5A32C320

View File

@ -1,13 +1,7 @@
</div><!-- .site-content -->
<footer id="colophon" class="site-footer" role="contentinfo">
<div class="site-info container">
<?php /* translators: %s: WordPress */ ?>
<a href="<?php echo esc_url( esc_attr__( 'https://wordpress.org/', 'simplent' ) ) ?>"><?php printf( esc_attr__( 'Proudly powered by %s', 'simplent' ), 'WordPress' ); ?></a>
<?php /* translators: %s: theme author */ ?>
<a class="theme-credit" href="<?php echo esc_url( esc_attr__( 'https://abdulrafay.me/', 'simplent' ) ) ?>" target="_blank"><?php printf( esc_attr__( 'Based on %1$s by %2$s', 'simplent'), 'Simplent', 'Rafay' ); ?></a>
</div>
<div class="site-info container"></div>
</footer>
</div><!-- site-inner -->
@ -15,4 +9,4 @@
<?php wp_footer(); ?>
</body>
</html>
</html>