diff -r 6c7060d36a23 -r f49e3c8b638c plugins/SpecialPageFuncs.php --- a/plugins/SpecialPageFuncs.php Mon Dec 03 18:45:37 2007 -0500 +++ b/plugins/SpecialPageFuncs.php Tue Dec 11 19:15:26 2007 -0500 @@ -109,6 +109,11 @@ exit; } + $code = $plugins->setHook('page_create_request'); + foreach ( $code as $cmd ) + { + eval($cmd); + } if ( substr($urlname, 0, 8) == 'Project:' ) { $template->header();