Merge pull request #882 from IanDelMar/patch-4

Escape translation
This commit is contained in:
Thomas A. Reinert 2018-12-29 18:07:56 +01:00 committed by GitHub
commit 02c6cf3484
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@ if ( ! function_exists ( 'understrap_post_nav' ) ) {
}
?>
<nav class="container navigation post-navigation">
<h2 class="sr-only"><?php _e( 'Post navigation', 'understrap' ); ?></h2>
<h2 class="sr-only"><?php esc_html_e( 'Post navigation', 'understrap' ); ?></h2>
<div class="row nav-links justify-content-between">
<?php
if ( get_previous_post_link() ) {