2013-08-04, 10:27:20
@shawn_a - In looking at the line in question, there are ::. It is all part of the plugin registration:
PHP Code:
# register plugin
register_plugin(
$mblog::FILE, // id
$mblog->title, // name
$mblog::VERSION, // version
$mblog::AUTHOR, // author
$mblog::URL, // url
$mblog->desc, // description
$mblog::PAGE, // page type - on which admin tab to display
array($mblog, 'admin') // administration function
);