Skip to content

Commit

Permalink
Added spacing between organization name and WordPress link in footer.
Browse files Browse the repository at this point in the history
  • Loading branch information
apzeero committed Apr 29, 2019
1 parent 4a6da5f commit 230f6d9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions footer.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
<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' ) ); ?>
&emsp;
<a href="<?php echo esc_url( __( 'https://wordpress.org/', '_s' ) ); ?>">
<?php
/* translators: %s: CMS name, i.e. WordPress. */
Expand Down

0 comments on commit 230f6d9

Please sign in to comment.