Plugin Directory

Changeset 1283538


Ignore:
Timestamp:
11/10/2015 07:14:03 PM (10 years ago)
Author:
anadnet
Message:

change author info

File:
1 edited

Legend:

Unmodified
Added
Removed
  • quick-pagepost-redirect-plugin/trunk/page_post_redirect_plugin.php

    r1283512 r1283538  
    702702    function ppr_wp_feed_options( $cache, $url ){
    703703        // 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" )
    705705            $cache = '1';
    706706        return $cache;
     
    715715            <hr noshade color="#C0C0C0" size="1" />
    716716        ';
    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 ) );
    718718        $linkfaq        = array();
    719719        $linkcontent    = array();
Note: See TracChangeset for help on using the changeset viewer.