Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: login message


peiqinglong
Member

@peiqinglong

bb-press/bb-includes/template-functions.php

You’ll find this on line 77:

function login_form() {

global $bb_current_user, $bb;

if ( bb_is_user_logged_in() ) {

printf('<p class="login">'. __('Welcome, %1$s!'). ' <a href="' . get_user_profile_link( $bb_current_user->ID ) . '">'. __('View your profile') ."&raquo;</a>n<small>(",get_user_name( $bb_current_user->ID ));

Skip to toolbar