Skip to content

Commit

Permalink
Fixed footer credit constants
Browse files Browse the repository at this point in the history
  • Loading branch information
apzeero committed May 23, 2019
1 parent 44c9db6 commit 0a318f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion footer.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<span class="sep">&emsp;|&emsp;</span>
<?php
/* translators: 1: Theme name, 2: Theme author. */
printf( esc_html__( 'Theme: %s', 'themewpugph' ), '<a href="' . esc_attr( themewpugph_HOMEPAGE ) . '">' . esc_html( themewpugph_TEAMNAME ) . '</a>' );
printf( esc_html__( 'Theme by %s', 'themewpugph' ), '<a href="' . esc_attr( THEMEWPUGPH_HOMEPAGE ) . '">' . esc_html( THEMEWPUGPH_TEAMNAME ) . '</a>' );
?>
</p>
</div>
Expand Down
2 changes: 1 addition & 1 deletion inc/defines.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
* @package ThemeWPUGPH
*/

define( 'THEMEWPUGPH_TEAMNAME', 'Theme WPUGPH' );
define( 'THEMEWPUGPH_TEAMNAME', 'WPUGPH' );
define( 'THEMEWPUGPH_HOMEPAGE', 'https://github.com/wpugph/themewpugph' );

0 comments on commit 0a318f9

Please sign in to comment.