Skip to content

Commit

Permalink
missing ; hates me
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredharbour committed Aug 2, 2012
1 parent 73f698f commit b5310ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion footer-content.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<div id='footer-content' <?php espresso_footer_classes('default');?>>
<?php if( current_theme_supports('espresso-show-support') ){ ?>
<small class="alignright">Powered by <a href="<?php echo esc_url( __( 'http://wordpress.org/', 'espresso' ) ); ?>" title="<?php esc_attr_e( 'Semantic Personal Publishing Platform', 'espresso' ); ?>" rel="generator"><?php printf( __( '%s', 'espresso' ), 'WordPress' ); ?></a> &amp <a href="<?php echo esc_url( __( 'http://themebrewers.com/', 'espresso' ) ); ?>" title="<?php esc_attr_e( 'HTML5 WordPress Theme Framework', 'espresso' ); ?>" rel="generator framework"><?php printf( __( '%s', 'espresso' ), 'Espresso' ); ?></a></small>
<small class="alignright">Powered by <a href="<?php echo esc_url( __( 'http://wordpress.org/', 'espresso' ) ); ?>" title="<?php esc_attr_e( 'Semantic Personal Publishing Platform', 'espresso' ); ?>" rel="generator"><?php printf( __( '%s', 'espresso' ), 'WordPress' ); ?></a> &amp; <a href="<?php echo esc_url( __( 'http://themebrewers.com/', 'espresso' ) ); ?>" title="<?php esc_attr_e( 'HTML5 WordPress Theme Framework', 'espresso' ); ?>" rel="generator framework"><?php printf( __( '%s', 'espresso' ), 'Espresso' ); ?></a></small>
<?php } ?>
<small >&copy;<?php echo date("Y"); echo " "; bloginfo('name'); ?></small>
</div>

0 comments on commit b5310ac

Please sign in to comment.