✨ | Drupal core | Redirect destination after edit of taxonomy term incorrect when not using clean URLs
🇧🇪Belgium drupalshrek
OK, sounds convincing. Thanks superspring.
✨ | Drupal core | Redirect destination after edit of taxonomy term incorrect when not using clean URLs
🇧🇪Belgium drupalshrek
Shouldn't this rather use the http://api.drupal.org/api/drupal/includes%21common.inc/function/l/7 function?
As the http://api.drupal.org/api/drupal/includes%21common.inc/function/url/7 page says:
When creating links in modules, consider whether l() could be a better alternative than url().
The difference between the two is subtle, and maybe you understand why url() is the better choice here, in which case I'd love to understand the reasoning so I can understand these two better. My understanding currently is to use l() in preference to url() wherever possible.