Changeset 7496 for trunk/wp-includes/shortcodes.php
- Timestamp:
- 03/24/2008 02:57:19 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/shortcodes.php
r7172 r7496 119 119 120 120 function shortcode_atts($pairs, $atts) { 121 $atts = (array)$atts; 121 122 $out = array(); 122 123 foreach($pairs as $name => $default) {
Note: See TracChangeset
for help on using the changeset viewer.