Changeset 19687 for trunk/wp-includes/shortcodes.php
- Timestamp:
- 01/05/2012 08:50:54 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/shortcodes.php
r18952 r19687 236 236 } else { 237 237 // self-closing tag 238 return $m[1] . call_user_func( $shortcode_tags[$tag], $attr, NULL, $tag ) . $m[6];238 return $m[1] . call_user_func( $shortcode_tags[$tag], $attr, null, $tag ) . $m[6]; 239 239 } 240 240 }
Note: See TracChangeset
for help on using the changeset viewer.