diff options
author | Franz Liedke <franz@develophp.org> | 2011-06-21 01:00:49 -0700 |
---|---|---|
committer | Franz Liedke <franz@develophp.org> | 2011-06-21 01:00:49 -0700 |
commit | 7f1df879c1e083575baa890edd07f7f2f1469f67 (patch) | |
tree | ebd4d490e8f7ac292897a6dabd44d8e23105bcbe /engine | |
parent | c26b3f7cc82f935f0fb5c1e12e63fc2719886397 (diff) | |
download | elgg-7f1df879c1e083575baa890edd07f7f2f1469f67.tar.gz elgg-7f1df879c1e083575baa890edd07f7f2f1469f67.tar.bz2 |
Fix dumb typos from last commit.
Diffstat (limited to 'engine')
-rw-r--r-- | engine/classes/ElggMenuItem.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/engine/classes/ElggMenuItem.php b/engine/classes/ElggMenuItem.php index caab2223d..10146899e 100644 --- a/engine/classes/ElggMenuItem.php +++ b/engine/classes/ElggMenuItem.php @@ -155,16 +155,16 @@ class ElggMenuItem { } /** - * Set the display text of the menu + * Set the display text of the menu item * - * @return string + * @return void */ public function setText($text) { $this->text = $text; } /** - * Get the display text of the menu + * Get the display text of the menu item * * @return string */ |