Edit the copyright display

This commit is contained in:
Monika Eftimova 2014-10-06 04:39:03 +03:00
parent 922e753d59
commit 8b97866115
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
<div class="clear"></div>
<footer>
<footer class="clear">
<div class="content grid">
<div class="col4">
<h3>OpenFest</h3>
@ -28,7 +28,7 @@
</div>
</div>
<div id="copyright">
<?php echo sprintf( __( '%1$s %2$s %3$s. Some Rights Reserved.', 'initfest' ), '&copy;', date( 'Y' ), esc_html( get_bloginfo( 'name' ) ) ); ?>
<?php echo sprintf( __( '%1$s %2$s %3$s. Some Rights Reserved.', 'initfest' ), '&copy;', date( 'Y' ), 'OpenFest' ); ?>
</div>
</footer>
<?php wp_footer(); ?>