Secure translations in content.php.

See #737.
This commit is contained in:
Fränk Klein 2015-05-05 12:26:56 +02:00
parent d5db6f11b5
commit 4be6dbec04
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@
<?php
wp_link_pages( array(
'before' => '<div class="page-links">' . __( 'Pages:', '_s' ),
'before' => '<div class="page-links">' . esc_html__( 'Pages:', '_s' ),
'after' => '</div>',
) );
?>