Results 1 to 3 of 3

Thread: i18n problem with get_last_login function

  1. #1
    Thread Starter
    Newbie 9clics's Avatar
    Join Date
    Feb 2011
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    i18n problem with get_last_login function

    Hello All,

    I'm new to ClassiPress, but I've found a bug in appthemes_get_last_login function, in order to have a nice internationalized date.

    We have to replace :
    PHP Code:
    $the_last_login mysql2date($date_format$last_loginfalse); 
    By :
    PHP Code:
    $the_last_login date_i18n($date_formatstrtotime($last_login)); 
    Did someone noticed that issue before ?

  2. #2
    pepsi's Avatar
    Join Date
    Mar 2009
    Location
    New Zealand
    Posts
    14,883
    Thanks
    91
    Thanked 804 Times in 718 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

  3. #3
    Community Partner scarstens's Avatar
    Join Date
    Apr 2010
    Location
    Cave Creek, AZ USA
    Posts
    912
    Thanks
    2
    Thanked 129 Times in 86 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!
    ~ Seth Carstens, Sethmatics Inc.


Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Usability function for 3.0.5.2
    By frcamp in forum Report ClassiPress Bugs
    Replies: 4
    Last Post: December 2nd, 2010, 06:30 AM
  2. function cp_ad_region_widget()
    By savvar in forum Report ClassiPress Bugs
    Replies: 1
    Last Post: October 3rd, 2010, 10:09 AM
  3. Where is the search function ?
    By yoodac in forum Report ClassiPress Bugs
    Replies: 2
    Last Post: August 26th, 2010, 03:57 PM