Changeset 470947
- Timestamp:
- 12/04/2011 08:07:21 PM (14 years ago)
- Location:
- wp-favorite-posts/trunk
- Files:
-
- 2 edited
-
wpfp-page-template.php (modified) (1 diff)
-
wpfp-your-favs-widget.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wp-favorite-posts/trunk/wpfp-page-template.php
r233163 r470947 15 15 echo "<ul>"; 16 16 if ($favorite_post_ids): 17 $favorite_post_ids = array_reverse($favorite_post_ids); 17 18 foreach ($favorite_post_ids as $post_id) { 18 19 $p = get_post($post_id); -
wp-favorite-posts/trunk/wpfp-your-favs-widget.php
r469185 r470947 3 3 if ($favorite_post_ids): 4 4 $c = 0; 5 $favorite_post_ids = array_reverse($favorite_post_ids); 5 6 foreach ($favorite_post_ids as $post_id) { 6 7 if ($c++ == $limit) break;
Note: See TracChangeset
for help on using the changeset viewer.