Changeset 1264735
- Timestamp:
- 10/13/2015 09:12:48 AM (10 years ago)
- Location:
- timelinejs/trunk
- Files:
-
- 2 edited
-
timeline-post-categories.php (modified) (1 diff)
-
timeline.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
timelinejs/trunk/timeline-post-categories.php
r1264734 r1264735 94 94 95 95 $display_date = get_field('tle_display_date', $post->ID); 96 $display_date = ($display_date != null) ? $display_date : false;96 $display_date = ($display_date != null) ? $display_date : ''; 97 97 98 98 $background_image = get_field('tle_background_image', $post->ID); -
timelinejs/trunk/timeline.php
r1264734 r1264735 146 146 147 147 $display_date = get_field('tle_display_date', $event->ID); 148 $display_date = ($display_date != null) ? $display_date : false;148 $display_date = ($display_date != null) ? $display_date : ''; 149 149 150 150 $group = get_field('tle_group', $event->ID);
Note: See TracChangeset
for help on using the changeset viewer.