Ticket #9238: shortcode-tagname-r10655.patch
| File shortcode-tagname-r10655.patch, 649 bytes (added by , 17 years ago) |
|---|
-
wp-includes/shortcodes.php
202 202 203 203 if ( isset($m[5]) ) { 204 204 // enclosing tag - extra parameter 205 return $m[1] . call_user_func($shortcode_tags[$tag], $attr, $m[5] ) . $m[6];205 return $m[1] . call_user_func($shortcode_tags[$tag], $attr, $m[5], $m[2]) . $m[6]; 206 206 } else { 207 207 // self-closing tag 208 return $m[1] . call_user_func($shortcode_tags[$tag], $attr ) . $m[6];208 return $m[1] . call_user_func($shortcode_tags[$tag], $attr, NULL, $m[2]) . $m[6]; 209 209 } 210 210 } 211 211
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)