summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2008-12-05 22:30:20 +0000
committerDries Buytaert <dries@buytaert.net>2008-12-05 22:30:20 +0000
commitfeb7836220d31879862c6e5b7e038f6adc8c5766 (patch)
treeaaaa3bd8873edf5bf74708c64b2a1869e111be8c /includes
parent58b0235a72859aa433d743a9f284504f24664857 (diff)
downloadbrdo-feb7836220d31879862c6e5b7e038f6adc8c5766.tar.gz
brdo-feb7836220d31879862c6e5b7e038f6adc8c5766.tar.bz2
- Patch #342988 by ultimateboy: fixed order of attributes in PHPdoc.
Diffstat (limited to 'includes')
-rw-r--r--includes/theme.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/includes/theme.inc b/includes/theme.inc
index b3c942514..4243f0d79 100644
--- a/includes/theme.inc
+++ b/includes/theme.inc
@@ -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.
*/