Make WordPress Core


Ignore:
Timestamp:
12/28/2009 12:56:41 AM (15 years ago)
Author:
azaozz
Message:

Too many question marks, see #11315

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/class.wp-styles.php

    r12558 r12559  
    4242
    4343        if ( isset($this->args[$handle]) )
    44             $ver = $ver ? $ver . '&' . $this->args[$handle] : '?' . $this->args[$handle];
     44            $ver = $ver ? $ver . '&' . $this->args[$handle] : $this->args[$handle];
    4545
    4646        if ( $this->do_concat ) {
Note: See TracChangeset for help on using the changeset viewer.