Skip to content

Commit

Permalink
Fixed footer theme link and other errors.
Browse files Browse the repository at this point in the history
  • Loading branch information
apzeero committed Apr 29, 2019
1 parent 8039589 commit 4a6da5f
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions footer.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,16 @@
<footer id="colophon" class="site-footer uk-section uk-section-default uk-section-small">
<div class="uk-container">
<p class="uk-text-small uk-text-center">
<?php printf(esc_html__('Copyright &copy; %s&ndash;%s %s', 'teamwpugph'), esc_html__($org_year, 'teamwpugph'), date("Y"), esc_html__($org_name, 'teamwpugph')); ?>
<a href="<?php echo esc_url(__('https://wordpress.org/', '_s')); ?>"><?php
/* translators: %s: CMS name, i.e. WordPress. */
printf(esc_html__('Proudly powered by %s', 'teamwpugph'), 'WordPress');
?></a>
<?php printf( esc_html__('Copyright &copy; %s&ndash;%s %s', 'teamwpugph' ), esc_html__( $org_year, 'teamwpugph' ), date( "Y" ), esc_html__( $org_name, 'teamwpugph' ) ); ?>
<a href="<?php echo esc_url( __( 'https://wordpress.org/', '_s' ) ); ?>">
<?php
/* translators: %s: CMS name, i.e. WordPress. */
printf( esc_html__( 'Proudly powered by %s', 'teamwpugph' ), 'WordPress' );
?></a>
<span class="sep">&emsp;|&emsp;</span>
<?php
/* translators: 1: Theme name, 2: Theme author. */
printf(esc_html__('Theme: %s', 'teamwpugph'), '<a href=" . TEAMWPUGPH_HOMEPAGE . ">' . TEAMWPUGPH_TEAMNAME . '</a>');
printf( esc_html__( 'Theme: %s', 'teamwpugph' ), '<a href="' . TEAMWPUGPH_HOMEPAGE . '">' . TEAMWPUGPH_TEAMNAME . '</a>' );
?>
</p>
</div>
Expand Down

0 comments on commit 4a6da5f

Please sign in to comment.