
The branch, master has been updated via 238f4997c5dc4ffddb98aad0534fe38867ee3587 (commit) from 9b6695dff4470be94556776c0618ee4d8ff80e20 (commit) - Log ----------------------------------------------------------------- commit 238f4997c5dc4ffddb98aad0534fe38867ee3587 Author: Michal Čihař <mcihar@novell.com> Date: Thu Apr 29 10:35:58 2010 +0200 Add link to wiki. ----------------------------------------------------------------------- Summary of changes: templates/improve.tpl | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/templates/improve.tpl b/templates/improve.tpl index b39a09f..7a2e353 100644 --- a/templates/improve.tpl +++ b/templates/improve.tpl @@ -103,6 +103,8 @@ Standards should be obeyed in all cases when possible. Generated content should be valid XHTML 1.0 and CSS. PHP code should match <a href="http://pear.php.net/manual/en/standards.php">PEAR Coding Standards</a> and documented using <a href="http://www.phpdoc.org/">phpDocumentator</a>. +More information about coding is available on <a href="http://wiki.phpmyadmin.net/pma/Devel:Coding_guidelines"> +our wiki</a>. </p> <h3>Developer Documentation</h3> hooks/post-receive -- phpMyAdmin website