Commit: c69950c4d0a0cb47a8e3f5189987518e394677cc Author: Paul Dragoonis <[email protected]> Wed, 3 Jul 2013 17:39:41 +0100 Parents: d3f5920de34c90e24903f5cd2dd98c82ce216225 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=c69950c4d0a0cb47a8e3f5189987518e394677cc Log: [beta] Commenting out some broken links with the aim of putting them back in once we decide where they are going to link to Changed paths: M include/header.inc Diff: diff --git a/include/header.inc b/include/header.inc index 08fde86..391f2a1 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="#">Organize an event</a></dd> - <dd><a href="#">Write documentation</a></dd> - <dd><a href="#">Test PHP</a></dd> +<!-- <dd><a href="#">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></dd> </dl> <dl> -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
