Changeset 484265
- Timestamp:
- 01/04/2012 04:02:32 AM (14 years ago)
- Location:
- coupon-grab/tags/1.0
- Files:
-
- 2 copied
-
. (copied) (copied from coupon-grab/trunk)
-
coupongrab.php (copied) (copied from coupon-grab/trunk/coupongrab.php) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
coupon-grab/tags/1.0/coupongrab.php
r482469 r484265 96 96 $options['coupon_maxpost'] = get_option('coupon_maxpost', '1'); 97 97 98 $url = 'http://clipncrazy.com/cfeed.xml ';98 $url = 'http://clipncrazy.com/cfeed.xml?site='.urlencode(get_site_url()); 99 99 $xml = simplexml_load_file($url); 100 100 … … 175 175 $min_id = get_cat_ID($mincat); 176 176 if(!$min_id) { 177 require_once (ABSPATH.'/wp-admin/includes/taxonomy.php'); 177 178 $maj_id = get_cat_ID($majcat); 178 179 if(!$maj_id) {
Note: See TracChangeset
for help on using the changeset viewer.