Changeset 500983
- Timestamp:
- 02/06/2012 01:44:10 PM (14 years ago)
- Location:
- simple-series
- Files:
-
- 2 edited
-
tags/1.4.5/simpleseries.php (modified) (1 diff)
-
trunk/simpleseries.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
simple-series/tags/1.4.5/simpleseries.php
r500982 r500983 52 52 if ($pageposts[$i]->ID == $postID) 53 53 { $linkClass = " class='mbk_simple_series_list_current_item'"; } 54 else { $linkClass = ""; } 54 55 $text .= "<li class='mbk_simple_series_list_item'><a href='". get_permalink($pageposts[$i]->ID) ."' title='". $pageposts[$i]->post_title ."' $linkClass>". $pageposts[$i]->post_title ."</a></li>"; 55 56 } -
simple-series/trunk/simpleseries.php
r500982 r500983 52 52 if ($pageposts[$i]->ID == $postID) 53 53 { $linkClass = " class='mbk_simple_series_list_current_item'"; } 54 else { $linkClass = ""; } 54 55 $text .= "<li class='mbk_simple_series_list_item'><a href='". get_permalink($pageposts[$i]->ID) ."' title='". $pageposts[$i]->post_title ."' $linkClass>". $pageposts[$i]->post_title ."</a></li>"; 55 56 }
Note: See TracChangeset
for help on using the changeset viewer.