From 3579cea26e76171e78426c51f4c0109312d540ac Mon Sep 17 00:00:00 2001 From: Sean Harvey Date: Sat, 18 Oct 2008 22:34:02 +0000 Subject: [PATCH] MINOR phpDoc changes in LeftAndMain - removal of @usedby which doesn't exist, replaced with @uses on the remote function git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@64503 467b73ca-7a2a-4603-9d3b-597d59a354a9 --- code/LeftAndMain.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/code/LeftAndMain.php b/code/LeftAndMain.php index 7e818505..697ce2ce 100644 --- a/code/LeftAndMain.php +++ b/code/LeftAndMain.php @@ -17,7 +17,6 @@ class LeftAndMain extends Controller { * Default menu items for the core cms functionality, * set in cms/_config.php. * - * @usedby {@link add_menu_item()} * @var array */ protected static $menu_items = array(); @@ -977,6 +976,8 @@ JS; /** * Add a navigation item to the main administration menu showing in the top bar. * + * @uses {@link LeftAndMain::$menu_items} + * * @param string $code Unique identifier for this menu item (e.g. used by {@link replace_menu_item()} and * {@link remove_menu_item}. Also used as a CSS-class for icon customization. * @param string $menuTitle Localized title showing in the menu bar