Index: trunk/phase3/includes/WebRequest.php |
— | — | @@ -536,7 +536,8 @@ |
537 | 537 | } |
538 | 538 | |
539 | 539 | /** |
540 | | - * Return the path portion of the request URI. |
| 540 | + * Return the path and query string portion of the request URI. |
| 541 | + * This will be suitable for use as a relative link in HTML output. |
541 | 542 | * |
542 | 543 | * @return String |
543 | 544 | */ |
— | — | @@ -574,7 +575,9 @@ |
575 | 576 | } |
576 | 577 | |
577 | 578 | /** |
578 | | - * Return the request URI with the canonical service and hostname. |
| 579 | + * Return the request URI with the canonical service and hostname, path, |
| 580 | + * and query string. This will be suitable for use as an absolute link |
| 581 | + * in HTML or other output. |
579 | 582 | * |
580 | 583 | * @return String |
581 | 584 | */ |