| | 1337 | if ( empty($initArray['theme_advanced_buttons2']) && !empty($initArray['theme_advanced_buttons3']) ) { |
| | 1338 | $initArray['theme_advanced_buttons2'] = $initArray['theme_advanced_buttons3']; |
| | 1339 | $initArray['theme_advanced_buttons3'] = ''; |
| | 1340 | } |
| | 1341 | |
| | 1342 | if ( empty($initArray['theme_advanced_buttons3']) && !empty($initArray['theme_advanced_buttons4']) ) { |
| | 1343 | $initArray['theme_advanced_buttons3'] = $initArray['theme_advanced_buttons4']; |
| | 1344 | $initArray['theme_advanced_buttons4'] = ''; |
| | 1345 | } |
| | 1346 | |