function system_update_7070

Remove the obsolete 'drupal_badge_color' and 'drupal_badge_size' variables.

Related topics

File

modules/system/system.install, line 3183

Code

function system_update_7070() {
    variable_del('drupal_badge_color');
    variable_del('drupal_badge_size');
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.