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

- Patch #342988 by ultimateboy: fixed order of attributes in PHPdoc.

parent 58b0235a
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
......@@ -1506,10 +1506,10 @@ function theme_mark($type = MARK_NEW) {
* All other elements are treated as attributes of the list item element.
* @param $title
* The title of the list.
* @param $attributes
* The attributes applied to the list element.
* @param $type
* The type of list to return (e.g. "ul", "ol")
* @param $attributes
* The attributes applied to the list element.
* @return
* A string containing the list output.
*/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment