Make WordPress Core


Ignore:
Timestamp:
04/14/2007 12:11:47 AM (19 years ago)
Author:
rob1n
Message:

trim() question marks *after* concatenating the string. fixes #4134

File:
1 edited

Legend:

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

    r5261 r5267  
    827827        }
    828828    }
     829    $ret = $protocol . $base . $ret . $frag;
    829830    $ret = trim($ret, '?');
    830     $ret = $protocol . $base . $ret . $frag;
    831831    return $ret;
    832832}
Note: See TracChangeset for help on using the changeset viewer.