I have been changing code from the Meta Widget. I deleted the wordpress.org link in the code in wp-includes/widgets.php. But i want to delete another function.
<?php wp_register(); ?>
This function is needed for new users to register on your site once they are logged in there is a link saying Site Admin. The problem is i want to delete only one halve namely the Site Admin part. I want to keep the register part because otherwise new users can't create a login, but i don't want them to go to the dashboard via the Site Admin link.
I already tried the MiniMeta Plugin but it doesn't work together with the loginstayput plugin. Does anyone have a solution to my problem? If more details are needed just ask.