Changeset 31099 for trunk/src/wp-includes/shortcodes.php
- Timestamp:
- 01/08/2015 09:11:46 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/shortcodes.php
r30545 r31099 312 312 elseif (!empty($m[5])) 313 313 $atts[strtolower($m[5])] = stripcslashes($m[6]); 314 elseif (isset($m[7]) andstrlen($m[7]))314 elseif (isset($m[7]) && strlen($m[7])) 315 315 $atts[] = stripcslashes($m[7]); 316 316 elseif (isset($m[8]))
Note: See TracChangeset
for help on using the changeset viewer.