Changeset 52865 in spip-zone
- Timestamp:
- Oct 7, 2011, 11:07:14 AM (9 years ago)
- Location:
- _plugins_/comments/comments-200
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/comments/comments-200/comments_options.php
r50248 r52865 1 1 <?php 2 3 if (!defined("_ECRIRE_INC_VERSION")) return; 2 4 3 5 // Limiter la longueur des messages -
_plugins_/comments/comments-200/comments_pipelines.php
r50389 r52865 6 6 * 7 7 */ 8 9 if (!defined("_ECRIRE_INC_VERSION")) return; 8 10 9 11 /* pour que le pipeline ne rale pas ! */ -
_plugins_/comments/comments-200/formulaires/forum_fonctions.php
r39942 r52865 1 1 <?php 2 3 if (!defined("_ECRIRE_INC_VERSION")) return; 2 4 3 5 include_spip('inc/filtres'); -
_plugins_/comments/comments-200/urls/generer_url_forum.php
r36928 r52865 10 10 * Pour plus de details voir le fichier COPYING.txt ou l'aide en ligne. * 11 11 \***************************************************************************/ 12 13 if (!defined("_ECRIRE_INC_VERSION")) return; 12 14 13 15 /**
Note: See TracChangeset
for help on using the changeset viewer.