Make WordPress Core


Ignore:
Timestamp:
02/12/2006 07:53:23 AM (19 years ago)
Author:
ryan
Message:

Death to trailing tabs. Props Mark J. fixes #2405

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/template-functions-links.php

    r3514 r3517  
    272272
    273273    $current_post_date = $post->post_date;
    274    
     274
    275275    $join = '';
    276276    if ( $in_same_cat ) {
     
    438438        $qstr = trailingslashit($qstr);
    439439    $qstr = preg_replace('/&([^#])(?![a-z]{1,8};)/', '&$1', trailingslashit( get_settings('home') ) . $qstr );
    440    
     440
    441441    // showing /page/1/ or ?paged=1 is redundant
    442442    if ( 1 === $pagenum ) {
Note: See TracChangeset for help on using the changeset viewer.