Changeset 198283
- Timestamp:
- 01/26/2010 11:56:19 AM (16 years ago)
- Location:
- meneame-comments-to-wp/trunk
- Files:
-
- 2 edited
-
meneame-comments.php (modified) (2 diffs)
-
readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
meneame-comments-to-wp/trunk/meneame-comments.php
r198281 r198283 6 6 Author: Alejandro Carravedo (Blogestudio) 7 7 Author URI: http://blogestudio.com/ 8 Version: 0.0.1 88 Version: 0.0.19 9 9 Date: 2008-10-25 19:00:00 10 10 */ … … 95 95 96 96 if ( isset($meneame_comments[$name]) ) { 97 98 /* Patch ( < 0.0.19 ) */ 99 if ( $name == 'rss_url' AND $meneame_comments[$name] == 'http://meneame.net/comments_rss2.php' ) 100 $meneame_comments[$name] = 'http://www.meneame.net/comments_rss2.php'; 101 97 102 return $meneame_comments[$name]; 98 103 }else{ -
meneame-comments-to-wp/trunk/readme.txt
r198274 r198283 3 3 Tags: comments, meneame, rss 4 4 Tested up to: 2.9.1 5 Stable tag: 0.0.1 85 Stable tag: 0.0.19 6 6 Requires at least: 2.5.1 7 7 … … 52 52 == Changelog == 53 53 54 = 0.0.19 = 55 * Change "default" URL to comments RSS. (Added WWW) 56 54 57 = 0.0.18 = 55 58 * Added "www.meneame.net" as valid host. (Now check "meneame.net" and "www.meneame.net") … … 57 60 == Upgrade Notice == 58 61 62 = 0.0.19 = 63 All users need update. 64 59 65 = 0.0.18 = 60 66 All users need update.
Note: See TracChangeset
for help on using the changeset viewer.