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