diff options
author | Neil Drumm <drumm@3064.no-reply.drupal.org> | 2006-05-07 00:08:36 +0000 |
---|---|---|
committer | Neil Drumm <drumm@3064.no-reply.drupal.org> | 2006-05-07 00:08:36 +0000 |
commit | 9cff02e91b43dc978023d6cb35ab12ee8c613bf8 (patch) | |
tree | 681a03fe40b520b54fbf41c995ea928d2310edb7 /includes/theme.inc | |
parent | d8d12d901ddb7cbba95d8f0ba533fbec43b191b2 (diff) | |
download | brdo-9cff02e91b43dc978023d6cb35ab12ee8c613bf8.tar.gz brdo-9cff02e91b43dc978023d6cb35ab12ee8c613bf8.tar.bz2 |
#61802 by Zen, Double spaced sentences clean up
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. */ |