mirror of
https://github.com/WordPress/WordPress.git
synced 2025-03-09 07:00:01 +00:00
git-svn-id: http://svn.automattic.com/wordpress/trunk@20537 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
539bffd7fa
commit
9eaf6fc4c3
@ -1563,7 +1563,7 @@ function get_previous_posts_link( $label = null ) {
|
||||
|
||||
if ( !is_single() && $paged > 1 ) {
|
||||
$attr = apply_filters( 'previous_posts_link_attributes', '' );
|
||||
return '<a href="' . previous_posts( false ) . "\" $attr>". preg_replace( '/&([^#])(?![a-z]{1,8};)/', '&$1', $label ) .'</a>';
|
||||
return '<a href="' . previous_posts( false ) . "\" $attr>". preg_replace( '/&([^#])(?![a-z]{1,8};)/i', '&$1', $label ) .'</a>';
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user