Issue #1512310 by vasi1186, cosmicdreams, Rob Loach, disasm: Remove reference to global language_url in docs

8.0.x
Jennifer Hodgdon 2012-06-11 10:59:00 -07:00
parent 2bfb9b0415
commit 4a8cc339be
1 changed files with 2 additions and 2 deletions

View File

@ -2031,8 +2031,8 @@ function _format_date_callback(array $matches = NULL, $new_langcode = NULL) {
* - 'external': Whether the given path is an external URL.
* - 'language': An optional language object. If the path being linked to is
* internal to the site, $options['language'] is used to look up the alias
* for the URL. If $options['language'] is omitted, the global $language_url
* will be used.
* for the URL. If $options['language'] is omitted, the language will be
* obtained from drupal_container()->get(LANGUAGE_TYPE_URL).
* - 'https': Whether this URL should point to a secure location. If not
* defined, the current scheme is used, so the user stays on http or https
* respectively. TRUE enforces HTTPS and FALSE enforces HTTP, but HTTPS can