1
0
mirror of https://github.com/php/web-php.git synced 2026-03-23 23:02:13 +01:00

I don't know exactly what happened but somehow this long outstanding

todo item got resolved.
I hope noone actually notices =)
This commit is contained in:
Hannes Magnusson
2012-07-05 22:58:42 +01:00
parent 09b0ec51f7
commit 6688517ade
11 changed files with 6 additions and 486 deletions

View File

@@ -62,9 +62,9 @@ function a($href) {
<h2>Page shortcuts</h2>
<p>
If you write in a PHP.net URL, like <tt><?php echo $MYSITE; ?>links</tt>,
If you write in a PHP.net URL, like <tt><?php echo $MYSITE; ?>get-involved</tt>,
first this URL is matched against the PHP.net pages. If there is
a page named <tt>links.php</tt>, then you'll get that page
a page named <tt>get-involved.php</tt>, then you'll get that page
immediately. This type of shortcut makes easy to type in a link
in an IRC conversation or mailing list message. If the script
finds no page with this name, it tries to find a manual page.