Commit: 781929c217ca383b2569be8549a310729313f47a Author: Paul Dragoonis <[email protected]> Thu, 4 Jul 2013 12:38:55 +0100 Parents: 3042ff3b32f71c4b6b76329c128e56c8de22870e Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=781929c217ca383b2569be8549a310729313f47a Log: Adding header links back in Changed paths: M include/header.inc Diff: diff --git a/include/header.inc b/include/header.inc index 391f2a1..5191ab0 100644 --- a/include/header.inc +++ b/include/header.inc @@ -197,10 +197,10 @@ if (isset($shortname) && $shortname) { <dd><a href="https://wiki.php.net/rfc">Write an RFC</a></dd> <dt><a href="/get-involved.php">Get Involved</a></dt> <dd><a href="https://bugs.php.net/how-to-report.php">Report bugs</a></dd> -<!-- <dd><a href="#">Contribute code</a></dd>--> + <dd><a href="https://github.com/php/php-src/blob/master/README.SUBMITTING_PATCH" target="_blank">Contribute code</a></dd> <!-- <dd><a href="#">Organize an event</a></dd>--> -<!-- <dd><a href="#">Write documentation</a></dd>--> -<!-- <dd><a href="#">Test PHP</a></dd>--> + <dd><a href="https://wiki.php.net/doc/howto">Write documentation</a></dd> + <dd><a href="http://qa.php.net">Test PHP</a></dd> <dd></dd> </dl> <dl> -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
