Plugin Directory

Changeset 666495


Ignore:
Timestamp:
02/11/2013 07:46:41 PM (13 years ago)
Author:
hobbsh
Message:

1.6.1 revision

File:
1 edited

Legend:

Unmodified
Added
Removed
  • wordpress-posts-timeline/trunk/wordpress-posts-timeline.php

    r606324 r666495  
    8282                }
    8383                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                    }
    8688                    if( get_option('timeline_show_titles') == 'yes'){
    8789                        $out .=  " ".get_the_title($post->ID)." ";
Note: See TracChangeset for help on using the changeset viewer.