Changeset 117906 in spip-zone
- Timestamp:
- Sep 19, 2019, 6:13:24 PM (16 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/bootstrap/trunk/bootstrap4_fonctions.php
r115261 r117906 11 11 */ 12 12 function filtre_prefixer_css_dist($css) { 13 $css = supprimer_timestamp($css); 13 14 include_spip('bootstrap2spip/prefixer_css'); 14 return prefixer_css($css);15 return timestamp(prefixer_css($css)); 15 16 } 16 17
Note: See TracChangeset
for help on using the changeset viewer.