Plugin Directory

Changeset 327621


Ignore:
Timestamp:
12/31/2010 08:15:03 PM (15 years ago)
Author:
neop
Message:

New version of 3.0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postalicious/trunk/wp-postalicious.php

    r327455 r327621  
    149149            $username = get_option('nd_username');
    150150            if($username) {
    151                 $rssurl = neop_pstlcs_get_service_url_by_id($service, $username);
     151                $rssurl = $username;
    152152                $feed = new SimplePie();
    153153                $feed->set_useragent(POSTALICIOUS_UA_STRING);
Note: See TracChangeset for help on using the changeset viewer.