Commit: 3fa015e4d6d2e216b9f63f967cc05663963271b8 Author: Philip Olson <[email protected]> Thu, 6 Jan 2011 22:40:20 +0000 Parents: 25a13b6a70e6079fc43159968e35c1951e433eac Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=3fa015e4d6d2e216b9f63f967cc05663963271b8 Log: Added ?beta=0 to php.net link, for those who prefer stable. Guess we could use PHP_SELF here... meh... Ross Masters spotted this Changed paths: M include/header.inc Diff: diff --git a/include/header.inc b/include/header.inc index e4e3324..7dc19a2 100644 --- a/include/header.inc +++ b/include/header.inc @@ -58,7 +58,7 @@ if ($shortname) { <span class="blurb"> This is a work-in-progress experimental design. Things <strong>will</strong> be broken and unfinished! - You may prefer <a href="http://php.net/">php.net</a>. + You may prefer <a href="http://php.net/?beta=0">php.net</a>. </span> </div> </div> -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
