Changeset 35308
- Timestamp:
- 10/20/2015 10:44:44 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-customize-setting.php
r35305 r35308 1150 1150 if ( ! is_int( $this->value[ $key ] ) ) { 1151 1151 $this->value[ $key ] = intval( $this->value[ $key ] ); 1152 } 1153 } 1154 foreach ( array( 'classes', 'xfn' ) as $key ) { 1155 if ( is_array( $this->value[ $key ] ) ) { 1156 $this->value[ $key ] = implode( ' ', $this->value[ $key ] ); 1152 1157 } 1153 1158 }
Note: See TracChangeset
for help on using the changeset viewer.