diff options
author | ewinslow <ewinslow@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2011-03-01 19:48:05 +0000 |
---|---|---|
committer | ewinslow <ewinslow@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2011-03-01 19:48:05 +0000 |
commit | a13b91d36ac72f0045a03402dc7040a226102ff5 (patch) | |
tree | 3ca3c2e4917926351a3f724d3eada836aa674f51 /engine | |
parent | 6b41bd72667ce810257a6ed35f090d3c702fb59e (diff) | |
download | elgg-a13b91d36ac72f0045a03402dc7040a226102ff5.tar.gz elgg-a13b91d36ac72f0045a03402dc7040a226102ff5.tar.bz2 |
Fixes #3032: toggler pattern is now <a href="#target" class="elgg-toggler">...</a> Wow, so much nicer.
git-svn-id: http://code.elgg.org/elgg/trunk@8538 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'engine')
-rw-r--r-- | engine/classes/ElggMenuItem.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/engine/classes/ElggMenuItem.php b/engine/classes/ElggMenuItem.php index f0553dfb7..1e1981ab9 100644 --- a/engine/classes/ElggMenuItem.php +++ b/engine/classes/ElggMenuItem.php @@ -413,6 +413,8 @@ class ElggMenuItem { * @params 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()) { |