diff options
Diffstat (limited to 'engine')
-rw-r--r-- | engine/lib/views.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/lib/views.php b/engine/lib/views.php index bc9a6fd14..21409bab4 100644 --- a/engine/lib/views.php +++ b/engine/lib/views.php @@ -1010,7 +1010,7 @@ function elgg_view_entity_annotations(ElggEntity $entity, $full = true) { * This is a shortcut for {@elgg_view layout/elements/title}. * * @param string $title The page title - * @param string $submenu Should a submenu be displayed? (default false, use not recommended and deprecated) + * @param string $submenu Should a submenu be displayed? (deprecated) * * @return string The HTML (etc) */ |