aboutsummaryrefslogtreecommitdiff
path: root/engine/classes/ElggMenuItem.php
diff options
context:
space:
mode:
authorFranz Liedke <franz@develophp.org>2011-06-21 01:00:49 -0700
committerFranz Liedke <franz@develophp.org>2011-06-21 01:00:49 -0700
commit7f1df879c1e083575baa890edd07f7f2f1469f67 (patch)
treeebd4d490e8f7ac292897a6dabd44d8e23105bcbe /engine/classes/ElggMenuItem.php
parentc26b3f7cc82f935f0fb5c1e12e63fc2719886397 (diff)
downloadelgg-7f1df879c1e083575baa890edd07f7f2f1469f67.tar.gz
elgg-7f1df879c1e083575baa890edd07f7f2f1469f67.tar.bz2
Fix dumb typos from last commit.
Diffstat (limited to 'engine/classes/ElggMenuItem.php')
-rw-r--r--engine/classes/ElggMenuItem.php6
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
*/