aboutsummaryrefslogtreecommitdiff
path: root/engine/classes/ElggMenuItem.php
diff options
context:
space:
mode:
authorCash Costello <cash.costello@gmail.com>2012-01-08 19:33:21 -0500
committerCash Costello <cash.costello@gmail.com>2012-01-08 19:33:21 -0500
commitc4b49227819624b14b61e6eedbfa6779cd794d45 (patch)
treeb198cff1151656ab4d8c4ef649e7b8e1bc5e5469 /engine/classes/ElggMenuItem.php
parentb2bcd510b040b6d065a3a6ad5a4ea36e43db0446 (diff)
downloadelgg-c4b49227819624b14b61e6eedbfa6779cd794d45.tar.gz
elgg-c4b49227819624b14b61e6eedbfa6779cd794d45.tar.bz2
most of the comments in the engine now past the sniffer
Diffstat (limited to 'engine/classes/ElggMenuItem.php')
-rw-r--r--engine/classes/ElggMenuItem.php8
1 files changed, 3 insertions, 5 deletions
diff --git a/engine/classes/ElggMenuItem.php b/engine/classes/ElggMenuItem.php
index 2512392ad..4bc9144d4 100644
--- a/engine/classes/ElggMenuItem.php
+++ b/engine/classes/ElggMenuItem.php
@@ -4,10 +4,9 @@
*
* To create a menu item that is not a link, pass false for $href.
*
- * @since 1.8.0
- *
* @package Elgg.Core
* @subpackage Navigation
+ * @since 1.8.0
*/
class ElggMenuItem {
@@ -549,10 +548,9 @@ class ElggMenuItem {
/**
* Get the menu item content (usually a link)
*
- * @todo View code in a model. How do we feel about that?
- *
- * @params array $vars Options to pass to output/url if a link
+ * @param array $vars Options to pass to output/url if a link
* @return string
+ * @todo View code in a model. How do we feel about that?
*/
public function getContent(array $vars = array()) {