You are here

function cpn_update_7103 in Code per Node 7

Rename some conent-type -specific variables.

File

./cpn.install, line 357
Installation, schema and update hook implementations.

Code

function cpn_update_7103() {
  drupal_set_message(t("<i>Code per Node</i> now allows selection of the specific view modes that will cause any custom CSS or JS to be loaded. The new default is to only load the files on the 'Full content' and 'Teaser' view modes, this may be customized on each content type's edit page.", array(
    '!url' => 'admin/structure/types',
  )));
}