Changeset 33734 for trunk/src/wp-includes/shortcodes.php
- Timestamp:
- 08/25/2015 08:27:56 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/shortcodes.php
r33627 r33734 489 489 $atts = (array)$atts; 490 490 $out = array(); 491 foreach ($pairs as $name => $default) {491 foreach ($pairs as $name => $default) { 492 492 if ( array_key_exists($name, $atts) ) 493 493 $out[$name] = $atts[$name];
Note: See TracChangeset
for help on using the changeset viewer.