Changeset 65851 in spip-zone
- Timestamp:
- Sep 14, 2012, 7:06:37 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
_core_/branches/spip-3.0/plugins/textwheel/inc/ressource.php
r61688 r65851 7 7 */ 8 8 9 define('_EXTRAIRE_RESSOURCES', ',' . '<"?(https?://|[\w -]+\.[\w -]+) .*>'.',UimsS');9 define('_EXTRAIRE_RESSOURCES', ',' . '<"?(https?://|[\w -]+\.[\w -]+)[^<]*>'.',UimsS'); 10 10 11 11 12 12 function traiter_ressources($r) { 13 var_dump($r); 13 14 if ($ressource = charger_fonction('ressource', 'inc', true)) { 14 15 $html = $ressource($r[0]);
Note: See TracChangeset
for help on using the changeset viewer.