File tree 1 file changed +0
-23
lines changed
1 file changed +0
-23
lines changed Original file line number Diff line number Diff line change @@ -74,29 +74,6 @@ use Cake\Utility\String;
74
74
) ?>
75
75
</p>
76
76
77
- <h3><?= __ ('General Mailing list ' ); ?> </h3>
78
- <p>
79
- <?= implode ("\n" , array (
80
- __ ('Discuss a problem you \'re having, or learn from other CakePHP developers around the globe. ' ),
81
- String::insert (__ ('Join the :mailing-list. ' ), array (
82
- 'mailing-list ' => '<a href="http://groups.google.com/group/cake-php"> ' . __ ('CakePHP mailing list ' ) . '</a> '
83
- ))
84
- )) ?>
85
- </p>
86
-
87
-
88
- <h3><?= __ ('Core Mailing list ' ); ?> </h3>
89
- <p>
90
- <?= implode ("\n" , array (
91
- __ ('Discuss new features or get involved with CakePHP \'s development. ' ),
92
- String::insert (__ ('Join the :mailing-list. ' ), array (
93
- 'mailing-list ' => '<a href="http://groups.google.com/group/cakephp-core"> ' . __ ('Core mailing list ' ) . '</a> '
94
- ))
95
- )) ?>
96
- </p>
97
-
98
-
99
-
100
77
<h3><?= __ ('Contributing ' ); ?> </h3>
101
78
<p>
102
79
<?= implode ("\n" , array (
You can’t perform that action at this time.
0 commit comments