Changeset 1283538
- Timestamp:
- 11/10/2015 07:14:03 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
quick-pagepost-redirect-plugin/trunk/page_post_redirect_plugin.php
r1283512 r1283538 702 702 function ppr_wp_feed_options( $cache, $url ){ 703 703 // this is only for testing cached FAQ 704 if( $url == "http://www. fischercreativemedia.com/?feed=qppr_faqs" )704 if( $url == "http://www.anadnet.com/?feed=qppr_faqs" ) 705 705 $cache = '1'; 706 706 return $cache; … … 715 715 <hr noshade color="#C0C0C0" size="1" /> 716 716 '; 717 $rss = fetch_feed( 'http://www. fischercreativemedia.com/?feed=qppr_faqs&ver=' . $this->ppr_curr_version . '&loc=' . urlencode( $this->homelink ) );717 $rss = fetch_feed( 'http://www.anadnet.com/?feed=qppr_faqs&ver=' . $this->ppr_curr_version . '&loc=' . urlencode( $this->homelink ) ); 718 718 $linkfaq = array(); 719 719 $linkcontent = array();
Note: See TracChangeset
for help on using the changeset viewer.