Changeset 666496
- Timestamp:
- 02/11/2013 07:47:16 PM (13 years ago)
- Location:
- wordpress-posts-timeline/trunk
- Files:
-
- 9 edited
-
.gitignore (modified) (1 prop)
-
css/timeline.css (modified) (1 prop)
-
img/li-bg.png (modified) (1 prop) (previous)
-
img/ul-bg.png (modified) (1 prop) (previous)
-
inc/timeline_options.php (modified) (1 prop)
-
license.txt (modified) (1 prop)
-
readme.txt (modified) (1 prop)
-
screenshot-1.png (modified) (1 prop) (previous)
-
wordpress-posts-timeline.php (modified) (1 diff, 1 prop)
Legend:
- Unmodified
- Added
- Removed
-
wordpress-posts-timeline/trunk/.gitignore
-
Property
svn:executable
set to
*
-
Property
svn:executable
set to
-
wordpress-posts-timeline/trunk/css/timeline.css
-
Property
svn:executable
set to
*
-
Property
svn:executable
set to
-
wordpress-posts-timeline/trunk/img/li-bg.png
-
Property
svn:executable
set to
*
-
Property
svn:executable
set to
-
wordpress-posts-timeline/trunk/img/ul-bg.png
-
Property
svn:executable
set to
*
-
Property
svn:executable
set to
-
wordpress-posts-timeline/trunk/inc/timeline_options.php
-
Property
svn:executable
set to
*
-
Property
svn:executable
set to
-
wordpress-posts-timeline/trunk/license.txt
-
Property
svn:executable
set to
*
-
Property
svn:executable
set to
-
wordpress-posts-timeline/trunk/readme.txt
-
Property
svn:executable
set to
*
-
Property
svn:executable
set to
-
wordpress-posts-timeline/trunk/screenshot-1.png
-
Property
svn:executable
set to
*
-
Property
svn:executable
set to
-
wordpress-posts-timeline/trunk/wordpress-posts-timeline.php
-
Property
svn:executable
set to
*
r666495 r666496 82 82 } 83 83 else{ 84 if( get_option s('timeline_show_titles') == 'no'){84 if( get_option('timeline_show_titles') == 'no'){ 85 85 $out .= '<h3 class="timeline-date">'; 86 86 $out .= get_the_time(get_option('timeline_date_format'), $post->ID); -
Property
svn:executable
set to
Note: See TracChangeset
for help on using the changeset viewer.