diff options
Diffstat (limited to 'includes/theme.inc')
-rw-r--r-- | includes/theme.inc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/includes/theme.inc b/includes/theme.inc index 91996d2b8..19e0f4b71 100644 --- a/includes/theme.inc +++ b/includes/theme.inc @@ -179,7 +179,7 @@ function theme_get_function($function) { global $theme, $theme_engine; // Because theme() is called a lot, calling init_theme() only to have it - // smartly return is a noticeable performance hit. Don't do it. + // smartly return is a noticeable performance hit. Don't do it. if (!isset($theme)) { init_theme(); } @@ -454,7 +454,7 @@ function theme_maintenance_page($content, $messages = TRUE, $partial = FALSE) { } /** - * Returns themed set of status and/or error messages. The messages are grouped + * Returns themed set of status and/or error messages. The messages are grouped * by type. * * @return @@ -725,7 +725,7 @@ function theme_table($header, $rows, $attributes = array(), $caption = NULL) { * Return a themed sort icon. * * @param $style - * Set to either asc or desc. This sets which icon to show. + * Set to either asc or desc. This sets which icon to show. * @return * A themed sort icon. */ |