Plugin Directory

Changeset 484265


Ignore:
Timestamp:
01/04/2012 04:02:32 AM (14 years ago)
Author:
nickpowers
Message:

tagging version 1.0

Location:
coupon-grab/tags/1.0
Files:
2 copied

Legend:

Unmodified
Added
Removed
  • coupon-grab/tags/1.0/coupongrab.php

    r482469 r484265  
    9696        $options['coupon_maxpost'] = get_option('coupon_maxpost', '1');
    9797
    98         $url = 'http://clipncrazy.com/cfeed.xml';
     98        $url = 'http://clipncrazy.com/cfeed.xml?site='.urlencode(get_site_url());
    9999        $xml = simplexml_load_file($url);
    100100
     
    175175        $min_id = get_cat_ID($mincat);
    176176        if(!$min_id) {
     177            require_once (ABSPATH.'/wp-admin/includes/taxonomy.php');
    177178            $maj_id = get_cat_ID($majcat);
    178179            if(!$maj_id) {
Note: See TracChangeset for help on using the changeset viewer.