Changeset 33427 for trunk/src/wp-includes/class-wp-customize-setting.php
- Timestamp:
- 07/26/2015 06:03:58 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-customize-setting.php
r33366 r33427 1104 1104 1105 1105 foreach ( $items as $k => $item ) { 1106 $items[ $k ]-> $args['output_key']= $i++;1106 $items[ $k ]->{$args['output_key']} = $i++; 1107 1107 } 1108 1108 }
Note: See TracChangeset
for help on using the changeset viewer.