From feb7836220d31879862c6e5b7e038f6adc8c5766 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Fri, 5 Dec 2008 22:30:20 +0000 Subject: - Patch #342988 by ultimateboy: fixed order of attributes in PHPdoc. --- includes/theme.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'includes') 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. */ -- cgit v1.2.3