Changeset 3454
- Timestamp:
- 11/20/2010 09:14:13 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-core/bp-core-templatetags.php
r3450 r3454 834 834 835 835 // Current date (January 1, 2010) 836 $date = date_i18n( 'F j, Y ', $time_offset );836 $date = date_i18n( get_option( 'date_format' ), $time_offset ); 837 837 838 838 // Should we show the time also?
Note: See TracChangeset
for help on using the changeset viewer.