Commit: 0a5f5891123b1e7259143257005c96de03db6050 Author: Paul Dragoonis <[email protected]> Wed, 3 Jul 2013 17:39:41 +0100 Parents: acc9055e2918a024186d007e2e3bde88f0ef316c Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=0a5f5891123b1e7259143257005c96de03db6050 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
