Skip to content
Snippets Groups Projects
Commit dec310d6 authored by Dries Buytaert's avatar Dries Buytaert
Browse files

- Patch #501384 by jhodgdon: fixed typos.

parent 2a7c2fa9
No related branches found
No related tags found
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -1028,11 +1028,11 @@ function hook_modules_uninstalled($modules) {
* This function should change the value of $path and $options by reference.
*
* @param $path
* The alias of the $priginal_path as defined in the database.
* The alias of the $original_path as defined in the database.
* If there is no match in the database it'll be the same as $original_path
* @param $options
* An array of link attributes such as querystring and fragment. See url().
* @param $orignal_path
* @param $original_path
* The unaliased Drupal path that is being linked to.
*/
function custom_url_rewrite_outbound(&$path, &$options, $original_path) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment