mirror of
https://github.com/php/web-php.git
synced 2026-03-23 23:02:13 +01:00
Fixing a problem that existed with the News Creation tool. A formatting change that was thought to not affect anything functionally (changing some spacing of an option), ended up causing conference announcements to not appear on the website.
This commit is contained in:
@@ -49,7 +49,7 @@ $categories = array(
|
||||
array("frontpage" => "PHP.net frontpage news"),
|
||||
array("releases" => "New PHP release"),
|
||||
array("conferences" => "Conference announcement"),
|
||||
array("cfp " => "Call for Papers"),
|
||||
array("cfp" => "Call for Papers"),
|
||||
);
|
||||
$confs = array(2, 3);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user