• Fatal error: Call to undefined function is_site_admin() in /wp-content/plugins/welcome-pack/welcome-pack.php on line 82

    below showing lines 79-83

    add_action( 'admin_print_styles-settings_page_welcome-pack', 'dpw_admin_add_css_js' );
    
    function dpw_admin_menu() {
    	if ( !is_site_admin() )
    		return false;

    [wordpress2.9.2 + buddypress1.2.1]

    http://wordpress.org/extend/plugins/welcome-pack/

Viewing 1 replies (of 1 total)
  • Hi intimez
    I’ll make sure to fix this in the next release, in about a week. Thanks for letting me know.

    Regards
    Paul

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: Welcome Pack] Fatal error: Call to undefined function’ is closed to new replies.