Commit bca00627 authored by Kristina Hoeppner's avatar Kristina Hoeppner Committed by Robert Lyon
Browse files

Bug 1969258: Move 'Embedded URLs' menu item into alphabetical position

The rest of the list is alphabetised and so should
be this menu item.

Change-Id: I030350b7ae73dd4565bef1827cdff8dd94b69908
(cherry picked from commit b0d0947d)
parent 7b4dd218
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2654,7 +2654,7 @@ function admin_nav() {
            'path'   => 'development/updateurls',
            'url'    => 'admin/extensions/embeddedurls.php',
            'title'  => get_string('embeddedurls', 'admin'),
            'weight' => 40,
            'weight' => 23,
        ),
    );