Completed
Push — spip-3.0 ( 1797f4...52731c )
by cam
09:29
created
ecrire/inc/chercher_rubrique.php 1 patch
Doc Comments   +11 added lines patch added patch discarded remove patch
@@ -62,6 +62,11 @@  discard block
 block discarded – undo
62 62
 }
63 63
 
64 64
 // http://doc.spip.org/@sous_menu_rubriques
65
+/**
66
+ * @param integer $root
67
+ * @param integer $niv
68
+ * @param integer $exclus
69
+ */
65 70
 function sous_menu_rubriques($id_rubrique, $root, $niv, &$data, &$enfants, $exclus, $restreint, $type) {
66 71
 	static $decalage_secteur;
67 72
 
@@ -205,6 +210,12 @@  discard block
 block discarded – undo
205 210
 // getElement en mode Ajax est trop couteux).
206 211
 
207 212
 // http://doc.spip.org/@construire_selecteur
213
+/**
214
+ * @param string $url
215
+ * @param string $js
216
+ * @param string $idom
217
+ * @param string $name
218
+ */
208 219
 function construire_selecteur($url, $js, $idom, $name, $init='', $id=0){
209 220
 	$icone = (strpos($idom, 'auteur')!==false) ? 'auteur-24.png' : 'rechercher-20.png';
210 221
 	return
Please login to merge, or discard this patch.