Escape translation
This commit is contained in:
parent
e8a141560b
commit
52b028e1be
|
@ -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() ) {
|
||||
|
|
Reference in New Issue