Changeset 174384
- Timestamp:
- 11/16/2009 11:53:16 PM (16 years ago)
- Location:
- delicatessen/trunk
- Files:
-
- 2 edited
-
delicatessen.class.php (modified) (2 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
delicatessen/trunk/delicatessen.class.php
r174359 r174384 3 3 /* 4 4 Plugin Name: Delicatessen 5 Version: 2.0 5 Version: 2.0.2 6 6 Plugin URI: http://soledadpenades.com/projects/wordpress/delicatessen 7 7 Author: Soledad Penadés … … 201 201 } 202 202 203 if(count($cached_ids) == 0) 204 { 205 $this->outputPage('Delicatessen', 'No bookmarks have been found yet, sorry.'); 206 return; 207 } 208 203 209 $cached_ids_str = join(',', $cached_ids); 204 210 -
delicatessen/trunk/readme.txt
r174359 r174384 58 58 == Changelog == 59 59 60 = 2.0.2 = 61 62 Being a bit more user friendly when there are no bookmarks yet. 63 64 = 2.0.1 = 65 66 Added missing screenshots 67 60 68 = 2.0 = 61 69 * Totally revamped version, net friendly and all that.
Note: See TracChangeset
for help on using the changeset viewer.