Ticket #34111: 34111.patch
| File 34111.patch, 527 bytes (added by , 11 years ago) |
|---|
-
src/wp-admin/js/customize-nav-menus.js
1132 1132 } 1133 1133 }); 1134 1134 if ( settingValue ) { 1135 if ( property === 'classes' && _.isArray( settingValue[ property ] ) ) { 1136 settingValue[ property ] = settingValue[ property ].join( " " ); 1137 } 1138 1135 1139 element.set( settingValue[ property ] ); 1136 1140 } 1137 1141 });