We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
wp_kses_post
1 parent 42e9968 commit 660b000Copy full SHA for 660b000
src/wp-content/themes/twentyten/loop.php
@@ -220,11 +220,11 @@
220
<?php if ( $wp_query->max_num_pages > 1 ) : ?>
221
<div id="nav-below" class="navigation">
222
<?php if ( $prev_link ) : ?>
223
- <div class="nav-previous"><?php echo wp_kses_post( $prev_link ); ?></div>
+ <div class="nav-previous"><?php echo $prev_link; ?></div>
224
<?php endif; ?>
225
226
<?php if ( $next_link ) : ?>
227
- <div class="nav-next"><?php echo wp_kses_post( $next_link ); ?></div>
+ <div class="nav-next"><?php echo $next_link; ?></div>
228
229
</div><!-- #nav-below -->
230
0 commit comments