Projet

Général

Profil

Révision 7547bb19

Ajouté par Assos Assos il y a environ 7 ans

Weekly update of contrib modules

Voir les différences:

drupal7/sites/all/themes/bootstrap/includes/common.inc
592 592
 *   valid UTF-8.
593 593
 *
594 594
 * @see filter_xss()
595
 * @see filter_xss_admin()
596
 *
597
 * @deprecated Use filter_xss() or filter_xss_admin() instead.
598
 * Will be removed in a future release.
595 599
 */
596 600
function _bootstrap_filter_xss($string, array $allowed_tags = NULL) {
597 601
  if (is_null($allowed_tags)) {
......
913 917
      'glyphicon-xbt' => 'xbt',
914 918
    ));
915 919
    $versions['3.3.5'] = $versions['3.3.4'];
920
    $versions['3.3.6'] = $versions['3.3.5'];
921
    $versions['3.3.7'] = $versions['3.3.6'];
916 922
  }
917 923

  
918 924
  // Return a specific versions icon set.
......
1100 1106
        // Primary class.
1101 1107
        t('Confirm')            => 'primary',
1102 1108
        t('Filter')             => 'primary',
1109
        t('Log in')             => 'primary',
1103 1110
        t('Submit')             => 'primary',
1104 1111
        t('Search')             => 'primary',
1105
        t('Log in')             => 'primary',
1112
        t('Upload')             => 'primary',
1106 1113

  
1107 1114
        // Success class.
1108 1115
        t('Add')                => 'success',

Formats disponibles : Unified diff