Skip to content

Commit da457e8

Browse files
author
Jose Alejandro Alvarez Mendoza
committed
Removing General Mailing list and Core Mailing list
1 parent 9228410 commit da457e8

File tree

1 file changed

+0
-23
lines changed

1 file changed

+0
-23
lines changed

src/Template/Changelogs/index.ctp

-23
Original file line numberDiff line numberDiff line change
@@ -74,29 +74,6 @@ use Cake\Utility\String;
7474
) ?>
7575
</p>
7676

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-
10077
<h3><?= __('Contributing'); ?></h3>
10178
<p>
10279
<?= implode("\n", array(

0 commit comments

Comments
 (0)