Projet

Général

Profil

Révision eefc2ac0

Ajouté par Assos Assos il y a plus de 6 ans

Weekly update of contrib modules

Voir les différences:

drupal7/sites/all/themes/bootstrap/templates/file/file-upload-help.func.php
1 1
<?php
2

  
2 3
/**
3 4
 * @file
4 5
 * Stub file for bootstrap_file_upload_help().
......
21 22
 *
22 23
 * @ingroup theme_functions
23 24
 */
24
function bootstrap_file_upload_help($variables) {
25
function bootstrap_file_upload_help(array $variables) {
25 26
  // If popover's are disabled, just theme this normally.
26 27
  if (!bootstrap_setting('popover_enabled')) {
27 28
    return theme_file_upload_help($variables);

Formats disponibles : Unified diff