From ae8c9ef1971a6e6c8b9b4adef1facbade6c3f068 Mon Sep 17 00:00:00 2001
From: Christian Lefebvre <christian_lefebvre@laposte.net>
Date: Tue, 29 May 2007 21:42:53 +0000
Subject: [PATCH] autodoc

---
 ecrire/inc/utils.php | 1 +
 1 file changed, 1 insertion(+)

diff --git a/ecrire/inc/utils.php b/ecrire/inc/utils.php
index 7b14a7447f..9606c812a5 100644
--- a/ecrire/inc/utils.php
+++ b/ecrire/inc/utils.php
@@ -476,6 +476,7 @@ function self($amp = '&amp;', $root = false) {
 }
 
 // Indique si on est dans l'espace prive
+// http://doc.spip.org/@test_espace_prive
 function test_espace_prive() {
 	static $prive;
 	if (!isset($prive))
-- 
GitLab