function emfield_update_6201 in Embedded Media Field 6.3
Same name and namespace in other branches
- 6.2 emfield.install \emfield_update_6201()
Rebuild menu for new admin settings pages.
File
- ./
emfield.install, line 192 - This is the emfield.module's install, configuration, and removal file.
Code
function emfield_update_6201() {
menu_rebuild();
return array();
}