Results 1 to 2 of 2

Thread: change request - correct welcome message

  1. #1
    Thread Starter
    oren's Avatar
    Join Date
    Sep 2010
    Location
    Israel
    Posts
    21
    Thanks
    1
    Thanked 2 Times in 1 Post

    change request - correct welcome message

    I'm not sure where to post this, as this is more of a bug than a feature (I believe).

    includes/theme-functions.php line 69 says:
    PHP Code:
    <?php _e('Welcome,','cp'); ?> <strong><?php echo $current_user->user_login?></strong> [ <a href="<?php echo...
    I believe user_login should be replaced with display_name, so it should say:
    PHP Code:
    <?php _e('Welcome,','cp'); ?> <strong><?php echo $current_user->display_name?></strong> [ <a href="<?php echo...
    Since wordpress supports providing a nice display name, and the classipress theme makes use of it I see no reason not to use it in the salutation.

    Btw, do you guys have a better place to submit bugs (or at least things that your users suspect are bugs)?

  2. #2
    jomarkosabel's Avatar
    Join Date
    Mar 2009
    Location
    Philippines
    Posts
    40,700
    Thanks
    166
    Thanked 3,390 Times in 3,261 Posts
    This forum section will just fine.

    Anyway, thanks for sharing the code though I am not particular about this change but surely other users would want this to.
    Please help our moderating team work more efficiently by not sending us support questions via PM. You can read more about how AppThemes support works here. However, you can send a PM to follow up and remind me if I missed your support request/thread.

    Thank you and have a nice day.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. WP Custom search plugin working...but not 100% correct
    By mlanghorst in forum ClassiPress General Discussion
    Replies: 1
    Last Post: July 23rd, 2010, 03:27 PM