Changeset 9150
- Timestamp:
- 10/14/2008 01:33:27 AM (16 years ago)
- Location:
- trunk/wp-admin
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/plugin-install.php
r9141 r9150 581 581 ), $plugin_information, $plugin_file); 582 582 if ( ! empty($install_actions) ) 583 show_message('<strong>' . __('Actions:') . '</strong> ' . implode(' | ', (array)$install_actions));583 show_message('<strong>' . __('Actions:') . '</strong> ' . implode(' | ', (array)$install_actions)); 584 584 } 585 585 } … … 637 637 ), $plugin_information, $plugin_file); 638 638 if ( ! empty($install_actions) ) 639 show_message('<strong>' . __('Actions:') . '</strong> ' . implode(' | ', (array)$install_actions));639 show_message('<strong>' . __('Actions:') . '</strong> ' . implode(' | ', (array)$install_actions)); 640 640 } 641 641 } -
trunk/wp-admin/update.php
r9141 r9150 67 67 $update_actions = apply_filters('update_plugin_complete_actions', $update_actions, $plugin_file); 68 68 if ( ! empty($update_actions) ) 69 show_message('<strong>' . __('Actions:') . '</strong> ' . implode(' | ', (array)$update_actions));69 show_message('<strong>' . __('Actions:') . '</strong> ' . implode(' | ', (array)$update_actions)); 70 70 } 71 71 echo '</div>';
Note: See TracChangeset
for help on using the changeset viewer.