Changeset 11515 for trunk/wp-admin/includes/post.php
- Timestamp:
- 06/03/2009 11:00:57 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/post.php
r11450 r11515 1335 1335 } 1336 1336 1337 if ( empty($initArray['theme_advanced_buttons3']) && !empty($initArray['theme_advanced_buttons4']) ) { 1338 $initArray['theme_advanced_buttons3'] = $initArray['theme_advanced_buttons4']; 1339 $initArray['theme_advanced_buttons4'] = ''; 1340 } 1341 1337 1342 if ( ! isset($concatenate_scripts) ) 1338 1343 script_concat_settings();
Note: See TracChangeset
for help on using the changeset viewer.