Make WordPress Core


Ignore:
Timestamp:
03/18/2009 02:43:45 AM (17 years ago)
Author:
ryan
Message:

Trim trailing whitespace

File:
1 edited

Legend:

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

    r10578 r10810  
    15291529            $url .= '/' . ltrim($folder, '/');
    15301530    }
    1531    
     1531
    15321532    if ( !empty($path) && is_string($path) && strpos($path, '..') === false )
    15331533        $url .= '/' . ltrim($path, '/');
Note: See TracChangeset for help on using the changeset viewer.