emfield.install in Embedded Media Field 5
Same filename and directory in other branches
File
emfield.installView source
<?php
/**
* Rebuild the menu to properly add the settings menu item.
*/
function emfield_update_5001() {
menu_rebuild();
return array();
}
Functions
Name | Description |
---|---|
emfield_update_5001 | Rebuild the menu to properly add the settings menu item. |