Projet

Général

Profil

Révision e013fa40

Ajouté par Assos Assos il y a presque 7 ans

Weekly update of contrib modules

Voir les différences:

drupal7/sites/all/modules/media/modules/media_wysiwyg/media_wysiwyg.install
76 76
  variable_del('media_wysiwyg_wysiwyg_override_field_types');
77 77
  variable_del('media_wysiwyg_use_link_text_for_filename');
78 78
  variable_del('media_wysiwyg_alignment');
79
  variable_del('media_wysiwyg_external_link');
79 80
}
80 81

  
81 82
/**
......
242 243
  $message = t('If you would like to be able to align your embedded media (left, right, or center), go to /admin/config/media/browser and check "Provide alignment option when embedding media", and save the settings.');
243 244
  drupal_set_message($message, 'warning', TRUE);
244 245
}
246

  
247
/**
248
 * Notify upgraders that there's optional media linking functionality that needs to be enabled.
249
 */
250
function media_wysiwyg_update_7207() {
251
  $message = t('If you would like to be able to link images to a page got o /admin/config/media/browser and check "Provide the ability to link media to pages", and save the settings.');
252
  drupal_set_message($message, 'warning', TRUE);
253
}

Formats disponibles : Unified diff