You are here

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',
  );
}