summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'themes/twentyfourteen/footer.php')
-rw-r--r--themes/twentyfourteen/footer.php5
1 files changed, 4 insertions, 1 deletions
diff --git a/themes/twentyfourteen/footer.php b/themes/twentyfourteen/footer.php
index d1016eb9..c3540bf5 100644
--- a/themes/twentyfourteen/footer.php
+++ b/themes/twentyfourteen/footer.php
@@ -24,7 +24,10 @@
}
?>
<a href="<?php echo esc_url( __( 'https://wordpress.org/', 'twentyfourteen' ) ); ?>" class="imprint">
- <?php printf( __( 'Proudly powered by %s', 'twentyfourteen' ), 'WordPress' ); ?>
+ <?php
+ /* translators: %s: WordPress */
+ printf( __( 'Proudly powered by %s', 'twentyfourteen' ), 'WordPress' );
+ ?>
</a>
</div><!-- .site-info -->
</footer><!-- #colophon -->