diff options
author | Dries Buytaert <dries@buytaert.net> | 2008-08-28 08:21:27 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2008-08-28 08:21:27 +0000 |
commit | b63c31661527f9420b385e2c3c995316386b9ca9 (patch) | |
tree | cc35038f32413c9111513448f8bad5916e49fae1 | |
parent | 372acd0cd4647873facdf69bde02da33773fdcad (diff) | |
download | brdo-b63c31661527f9420b385e2c3c995316386b9ca9.tar.gz brdo-b63c31661527f9420b385e2c3c995316386b9ca9.tar.bz2 |
- Patch #278759 by douggreen, fletchgqc: improved code comment.
-rw-r--r-- | modules/search/search-result.tpl.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/search/search-result.tpl.php b/modules/search/search-result.tpl.php index 3a82870d0..1f9f96eb1 100644 --- a/modules/search/search-result.tpl.php +++ b/modules/search/search-result.tpl.php @@ -15,7 +15,7 @@ * - $snippet: A small preview of the result. Does not apply to user searches. * - $info: String of all the meta information ready for print. Does not apply * to user searches. - * - $info_split: Contains same data as $info split into a keyed array. + * - $info_split: Contains same data as $info, split into a keyed array. * - $type: The type of search, e.g., "node" or "user". * * Default keys within $info_split: |