Make WordPress Core

Ticket #5892: 5892.diff

File 5892.diff, 360 bytes (added by andy, 17 years ago)
  • wp-includes/shortcodes.php

     
    107107                        elseif (!empty($m[5]))
    108108                                $atts[strtolower($m[5])] = stripcslashes($m[6]);
    109109                }
     110        } else {
     111                $atts = ltrim($text);
    110112        }
    111113        return $atts;
    112114}