Make WordPress Core


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

Strip trailing whitespace

File:
1 edited

Legend:

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

    r9590 r10150  
    9898
    9999        $output .= '<a href="' . $the_link . '"' . $rel . $title . $target. '>';
    100        
     100
    101101        $output .= $link_before;
    102102
     
    108108
    109109            if ($show_name) $output .= $name;
    110         } else { 
    111             $output .= $name; 
     110        } else {
     111            $output .= $name;
    112112        }
    113113
    114114        $output .= $link_after;
    115        
     115
    116116        $output .= '</a>';
    117117
Note: See TracChangeset for help on using the changeset viewer.