function command_buttons_update_7002 in Command Buttons 7
Create buttons for all node types.
File
- ./
command_buttons.install, line 77
Code
function command_buttons_update_7002() {
// Commented out because of typo. See update 7108
// $node_info = entity_get_info('node');
// foreach ($node_info['bundles'] as $type => $defintiion) {
// command_buttons_create_node_button($type, $definition['label']);
// }
}