Changeset 3517 for trunk/wp-includes/template-functions-links.php
- Timestamp:
- 02/12/2006 07:53:23 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/template-functions-links.php
r3514 r3517 272 272 273 273 $current_post_date = $post->post_date; 274 274 275 275 $join = ''; 276 276 if ( $in_same_cat ) { … … 438 438 $qstr = trailingslashit($qstr); 439 439 $qstr = preg_replace('/&([^#])(?![a-z]{1,8};)/', '&$1', trailingslashit( get_settings('home') ) . $qstr ); 440 440 441 441 // showing /page/1/ or ?paged=1 is redundant 442 442 if ( 1 === $pagenum ) {
Note: See TracChangeset
for help on using the changeset viewer.