Make WordPress Core


Ignore:
Timestamp:
12/09/2008 06:03:31 PM (17 years ago)
Author:
ryan
Message:

Strip trailing whitespace

File:
1 edited

Legend:

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

    r10097 r10150  
    958958    $title = apply_filters('the_title', $title, $post);
    959959    $date = mysql2date(get_option('date_format'), $post->post_date);
    960    
     960
    961961    $string = '<a href="'.get_permalink($post).'">';
    962962    $link = str_replace('%title', $title, $link);
Note: See TracChangeset for help on using the changeset viewer.