Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: bp_the_profile_field_value always returns ”1970 January 1st” in BP1.2.7

I found the reason.

At line 826 of bp-core/bp-core-templatetags.php:
$date = date( ‘F j, Y ‘, $time_offset );

It was my mistake, as I made a typo of “offest” when I change the above time format to Japanese one.
Fixing “offest” to “offset” let the problem disappear.

Skip to toolbar