Skip to content

Commit

Permalink
Add the privacy policy link
Browse files Browse the repository at this point in the history
Closes wprig#210.
  • Loading branch information
benoitchantre committed Nov 28, 2018
1 parent e420b43 commit 2215320
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions footer.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,12 @@
?>
</a>
<span class="sep"> | </span>
<?php
<?php
/* translators: 1: Theme name, 2: Theme author. */
printf( esc_html__( 'Theme: %1$s by %2$s.', 'wp-rig' ), '<a href="' . esc_url( 'https://github.com/wprig/wprig/' ) . '">WP Rig</a>', 'the contributors' );
?>

the_privacy_policy_link( '<br><small>', '</small>' );
?>
</div><!-- .site-info -->
</footer><!-- #colophon -->
</div><!-- #page -->
Expand Down

0 comments on commit 2215320

Please sign in to comment.