mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-11 20:30:23 +00:00
shortcodes should not require var=val format. Props andy. fixes #5892
git-svn-id: https://develop.svn.wordpress.org/trunk@6939 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -111,6 +111,8 @@ function shortcode_parse_atts($text) {
|
||||
elseif (isset($m[8]))
|
||||
$atts[] = stripcslashes($m[8]);
|
||||
}
|
||||
} else {
|
||||
$atts = ltrim($text);
|
||||
}
|
||||
return $atts;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user