Changeset 5057 for branches/2.1/wp-includes/link-template.php
- Timestamp:
- 03/17/2007 08:47:29 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.1/wp-includes/link-template.php
r5046 r5057 460 460 461 461 function next_posts($max_page = 0) { 462 echo attribute_escape(get_next_posts_page_link($max_page));462 echo clean_url(get_next_posts_page_link($max_page)); 463 463 } 464 464 … … 490 490 491 491 function previous_posts() { 492 echo attribute_escape(get_previous_posts_page_link());492 echo clean_url(get_previous_posts_page_link()); 493 493 } 494 494
Note: See TracChangeset
for help on using the changeset viewer.