Comment 7 for bug 1431540

Revision history for this message
Mahara Bot (dev-mahara) wrote : A change has been merged

Reviewed: https://reviews.mahara.org/4381
Committed: http://gitorious.org/mahara/mahara/commit/14f824181de123c430a3c1115391d10ef71e029b
Submitter: Aaron Wells (<email address hidden>)
Branch: master

commit 14f824181de123c430a3c1115391d10ef71e029b
Author: Robert Lyon <email address hidden>
Date: Fri Mar 13 09:03:39 2015 +1300

Allow plugins to register admin menu items (Bug #1431540)

To test add to a plugin:
function admin_menu_items() { }
function institution_menu_items() { }
function institution_staff_menu_items() { }

where each has proper markup for a menu item

Change-Id: I1cc0e906f08c90616b9f3111c2c630eb72650a7d
Signed-off-by: Robert Lyon <email address hidden>