Completed
Push — spip-3.0 ( ab100a...484b62 )
by cam
06:49
created
ecrire/lang/spip_tr.php 1 patch
Braces   +3 added lines, -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,9 @@
 block discarded – undo
3 3
 // extrait automatiquement de http://trad.spip.net/tradlang_module/spip?lang_cible=tr
4 4
 // ** ne pas modifier le fichier **
5 5
 
6
-if (!defined('_ECRIRE_INC_VERSION')) return;
6
+if (!defined('_ECRIRE_INC_VERSION')) {
7
+    return;
8
+}
7 9
 
8 10
 $GLOBALS[$GLOBALS['idx_lang']] = array(
9 11
 
Please login to merge, or discard this patch.
ecrire/lang/spip_da.php 1 patch
Braces   +3 added lines, -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,9 @@
 block discarded – undo
3 3
 // extrait automatiquement de http://trad.spip.net/tradlang_module/spip?lang_cible=da
4 4
 // ** ne pas modifier le fichier **
5 5
 
6
-if (!defined('_ECRIRE_INC_VERSION')) return;
6
+if (!defined('_ECRIRE_INC_VERSION')) {
7
+    return;
8
+}
7 9
 
8 10
 $GLOBALS[$GLOBALS['idx_lang']] = array(
9 11
 
Please login to merge, or discard this patch.
ecrire/lang/spip_eu.php 1 patch
Braces   +3 added lines, -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,9 @@
 block discarded – undo
3 3
 // extrait automatiquement de http://trad.spip.net/tradlang_module/spip?lang_cible=eu
4 4
 // ** ne pas modifier le fichier **
5 5
 
6
-if (!defined('_ECRIRE_INC_VERSION')) return;
6
+if (!defined('_ECRIRE_INC_VERSION')) {
7
+    return;
8
+}
7 9
 
8 10
 $GLOBALS[$GLOBALS['idx_lang']] = array(
9 11
 
Please login to merge, or discard this patch.
ecrire/lang/ecrire_nl.php 1 patch
Braces   +3 added lines, -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,9 @@
 block discarded – undo
3 3
 // extrait automatiquement de http://trad.spip.net/tradlang_module/ecrire_?lang_cible=nl
4 4
 // ** ne pas modifier le fichier **
5 5
 
6
-if (!defined('_ECRIRE_INC_VERSION')) return;
6
+if (!defined('_ECRIRE_INC_VERSION')) {
7
+    return;
8
+}
7 9
 
8 10
 $GLOBALS[$GLOBALS['idx_lang']] = array(
9 11
 
Please login to merge, or discard this patch.
ecrire/lang/public_pl.php 1 patch
Braces   +3 added lines, -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,9 @@
 block discarded – undo
3 3
 // extrait automatiquement de http://trad.spip.net/tradlang_module/public?lang_cible=pl
4 4
 // ** ne pas modifier le fichier **
5 5
 
6
-if (!defined('_ECRIRE_INC_VERSION')) return;
6
+if (!defined('_ECRIRE_INC_VERSION')) {
7
+    return;
8
+}
7 9
 
8 10
 $GLOBALS[$GLOBALS['idx_lang']] = array(
9 11
 
Please login to merge, or discard this patch.
ecrire/lang/spip_de.php 1 patch
Braces   +3 added lines, -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,9 @@
 block discarded – undo
3 3
 // extrait automatiquement de http://trad.spip.net/tradlang_module/spip?lang_cible=de
4 4
 // ** ne pas modifier le fichier **
5 5
 
6
-if (!defined('_ECRIRE_INC_VERSION')) return;
6
+if (!defined('_ECRIRE_INC_VERSION')) {
7
+    return;
8
+}
7 9
 
8 10
 $GLOBALS[$GLOBALS['idx_lang']] = array(
9 11
 
Please login to merge, or discard this patch.
ecrire/lang/spip_sv.php 1 patch
Braces   +3 added lines, -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,9 @@
 block discarded – undo
3 3
 // extrait automatiquement de http://trad.spip.net/tradlang_module/spip?lang_cible=sv
4 4
 // ** ne pas modifier le fichier **
5 5
 
6
-if (!defined('_ECRIRE_INC_VERSION')) return;
6
+if (!defined('_ECRIRE_INC_VERSION')) {
7
+    return;
8
+}
7 9
 
8 10
 $GLOBALS[$GLOBALS['idx_lang']] = array(
9 11
 
Please login to merge, or discard this patch.
ecrire/lang/spip_cpf.php 1 patch
Braces   +3 added lines, -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,9 @@
 block discarded – undo
3 3
 // extrait automatiquement de http://trad.spip.net/tradlang_module/spip?lang_cible=cpf
4 4
 // ** ne pas modifier le fichier **
5 5
 
6
-if (!defined('_ECRIRE_INC_VERSION')) return;
6
+if (!defined('_ECRIRE_INC_VERSION')) {
7
+    return;
8
+}
7 9
 
8 10
 $GLOBALS[$GLOBALS['idx_lang']] = array(
9 11
 
Please login to merge, or discard this patch.
ecrire/lang/spip_fr.php 1 patch
Braces   +3 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,7 +1,9 @@
 block discarded – undo
1 1
 <?php
2 2
 // This is a SPIP language file  --  Ceci est un fichier langue de SPIP
3 3
 // Fichier source, a modifier dans svn://trac.rezo.net/spip/spip/ecrire/lang/
4
-if (!defined('_ECRIRE_INC_VERSION')) return;
4
+if (!defined('_ECRIRE_INC_VERSION')) {
5
+    return;
6
+}
5 7
 
6 8
 $GLOBALS[$GLOBALS['idx_lang']] = array(
7 9
 
Please login to merge, or discard this patch.