diff --git a/language/constants.xml b/language/constants.xml index cdf3c2ef96..a3cea10b7c 100644 --- a/language/constants.xml +++ b/language/constants.xml @@ -1,5 +1,5 @@ - + Constants @@ -29,7 +29,7 @@ - Like $link.superglobals;, the scope of a constant is global. You + Like &link.superglobals;, the scope of a constant is global. You can access constants anywhere in your script without regard to scope. For more information on scope, read the manual section on variable scope.