Changeset 5811 for trunk/src/includes/topics/template.php
- Timestamp:
- 07/11/2015 05:12:02 AM (11 years ago)
- File:
-
- 1 edited
-
trunk/src/includes/topics/template.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/topics/template.php
r5802 r5811 815 815 // 4 days, 4 hours ago 816 816 if ( ! empty( $humanize ) ) { 817 $gmt_s = ! empty( $gmt ) ? ' U' : 'G';817 $gmt_s = ! empty( $gmt ) ? 'G' : 'U'; 818 818 $date = get_post_time( $gmt_s, $gmt, $topic_id ); 819 819 $time = false; // For filter below
Note: See TracChangeset
for help on using the changeset viewer.