Changeset 5058 for branches/2.0/wp-includes/template-functions-links.php
- Timestamp:
- 03/17/2007 09:04:56 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.0/wp-includes/template-functions-links.php
r5047 r5058 459 459 460 460 function next_posts($max_page = 0) { 461 echo attribute_escape(get_next_posts_page_link($max_page));461 echo clean_url(get_next_posts_page_link($max_page)); 462 462 } 463 463 … … 496 496 497 497 function previous_posts() { 498 echo attribute_escape(get_previous_posts_page_link());498 echo clean_url(get_previous_posts_page_link()); 499 499 } 500 500
Note: See TracChangeset
for help on using the changeset viewer.