Plugin Directory

Changeset 198283


Ignore:
Timestamp:
01/26/2010 11:56:19 AM (16 years ago)
Author:
mortay
Message:

Forced change from "http://meneame.net/comments_rss2.php" to "http://www.meneame.net/comments_rss2.php" in comments URL.

Location:
meneame-comments-to-wp/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • meneame-comments-to-wp/trunk/meneame-comments.php

    r198281 r198283  
    66Author: Alejandro Carravedo (Blogestudio)
    77Author URI: http://blogestudio.com/
    8 Version: 0.0.18
     8Version: 0.0.19
    99Date: 2008-10-25 19:00:00
    1010*/
     
    9595   
    9696    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       
    97102        return $meneame_comments[$name];
    98103    }else{
  • meneame-comments-to-wp/trunk/readme.txt

    r198274 r198283  
    33Tags: comments, meneame, rss
    44Tested up to: 2.9.1
    5 Stable tag: 0.0.18
     5Stable tag: 0.0.19
    66Requires at least: 2.5.1
    77
     
    5252== Changelog ==
    5353
     54= 0.0.19 =
     55* Change "default" URL to comments RSS. (Added WWW)
     56
    5457= 0.0.18 =
    5558* Added "www.meneame.net" as valid host. (Now check "meneame.net" and "www.meneame.net")
     
    5760== Upgrade Notice ==
    5861
     62= 0.0.19 =
     63All users need update.
     64
    5965= 0.0.18 =
    6066All users need update.
Note: See TracChangeset for help on using the changeset viewer.