if i go into template-functions-general.php and edit the following section:
function wp_loginout() {
if ( ! is_user_logged_in() )
$link = '<a href="' . get_settings('siteurl') . '/wp-login.php">' . __('Login/Register') . '</a>';
whenever i call <?php wp_loginout() shouldn't it display as "Login/Register" or am i doing something totally wrong/editing the wrong part?