Changeset 194087
- Timestamp:
- 01/14/2010 11:51:07 PM (16 years ago)
- Location:
- mm-breaking-news/trunk
- Files:
-
- 3 edited
-
changelog.txt (modified) (1 diff)
-
mm-bnlist.php (modified) (3 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
mm-breaking-news/trunk/changelog.txt
r193669 r194087 1 2010-01-14, ver 0.6.2, Milan Milosevic 2 Bugfix: problem with links 3 1 4 2010-01-13, ver 0.6.1, Milan Milosevic 2 5 Bugfix: problems with placement of shortcode content. -
mm-breaking-news/trunk/mm-bnlist.php
r193669 r194087 6 6 Author: Milan Milosevic 7 7 Author URI: http://www.mmilan.com/ 8 Version: 0.6. 18 Version: 0.6.2 9 9 License: GPL v3 - http://www.gnu.org/licenses/ 10 10 … … 91 91 else $sep = " ("; 92 92 if (($show_date[$i] != "YES") and ($show_comments[$i] != "YES")) $sep = ""; 93 print "<li><a href=\"".get_permalink( )."\">".$show_post->post_title."</a><span class=\"date_com\">".$sh_date.$sep.$no_com."</span></li>";93 print "<li><a href=\"".get_permalink($show_post->ID)."\">".$show_post->post_title."</a><span class=\"date_com\">".$sh_date.$sep.$no_com."</span></li>"; 94 94 endforeach; 95 95 echo "</ul>"; … … 154 154 else $sep = " ("; 155 155 if (($show_date[$i] != "YES") and ($show_comments[$i] != "YES")) $sep = ""; 156 $mm_echo .= "<li><a href=\"".get_permalink( )."\">".$show_post->post_title."</a><span class=\"date_com\">".$sh_date.$sep.$no_com."</span></li>";156 $mm_echo .= "<li><a href=\"".get_permalink($show_post->ID)."\">".$show_post->post_title."</a><span class=\"date_com\">".$sh_date.$sep.$no_com."</span></li>"; 157 157 endforeach; 158 158 $mm_echo .= "</ul>"; -
mm-breaking-news/trunk/readme.txt
r193669 r194087 5 5 Requires at least: 2.6 6 6 Tested up to: 2.9.1 7 Stable tag: 0.6. 17 Stable tag: 0.6.2 8 8 9 9 Displays lists of posts from selected categories. You can select how many different lists you want, sort posts by date or random. … … 20 20 21 21 Changelog: 22 23 2010-01-14, ver 0.6.2, Milan Milosevic 24 Bugfix: problem with links 22 25 23 26 2010-01-13, ver 0.6.1, Milan Milosevic
Note: See TracChangeset
for help on using the changeset viewer.