Ticket #19803: 19803.patch
| File 19803.patch, 618 bytes (added by SergeyBiryukov, 17 months ago) |
|---|
-
wp-includes/link-template.php
1565 1565 1566 1566 if ( !is_single() && $paged > 1 ) { 1567 1567 $attr = apply_filters( 'previous_posts_link_attributes', '' ); 1568 return '<a href="' . previous_posts( false ) . "\" $attr>". preg_replace( '/&([^#])(?![a-z]{1,8};)/ ', '&$1', $label ) .'</a>';1568 return '<a href="' . previous_posts( false ) . "\" $attr>". preg_replace( '/&([^#])(?![a-z]{1,8};)/i', '&$1', $label ) .'</a>'; 1569 1569 } 1570 1570 } 1571 1571
