Changeset 666495
- Timestamp:
- 02/11/2013 07:46:41 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
wordpress-posts-timeline/trunk/wordpress-posts-timeline.php
r606324 r666495 82 82 } 83 83 else{ 84 $out .= '<h3 class="timeline-date">'; 85 $out .= get_the_time(get_option('timeline_date_format'), $post->ID); 84 if( get_options('timeline_show_titles') == 'no'){ 85 $out .= '<h3 class="timeline-date">'; 86 $out .= get_the_time(get_option('timeline_date_format'), $post->ID); 87 } 86 88 if( get_option('timeline_show_titles') == 'yes'){ 87 89 $out .= " ".get_the_title($post->ID)." ";
Note: See TracChangeset
for help on using the changeset viewer.