function oembedcore_perm in oEmbed 6.0
Implementation of hook_perm().
File
- ./
oembedcore.module, line 31 - Core functionality for oEmbed
Code
function oembedcore_perm() {
return array(
'administer oembed presets',
);
}
Implementation of hook_perm().
function oembedcore_perm() {
return array(
'administer oembed presets',
);
}