Plugin Directory

Changeset 898281


Ignore:
Timestamp:
04/19/2014 07:27:21 PM (12 years ago)
Author:
Tech Piper
Message:

changed the data base file name

Location:
automatic-quotes/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • automatic-quotes/trunk/automatic-quotes.php

    r898205 r898281  
    144144
    145145    $fileURL = 'http://www.quotepiper.com/plugin-quote.txt';
    146     $transName = 'quote-piper-quotes2'; // Name of value in database.
     146    $transName = 'quote-piper-quotes3'; // Name of value in database.
    147147    $cacheTime = 60 * 24; // Time in minutes between updates.
    148148   
  • automatic-quotes/trunk/uninstall.php

    r879388 r898281  
    55   
    66// Uninstall code goes here
    7 delete_transient( 'quote-piper-quotes2' );
     7delete_transient( 'quote-piper-quotes3' );
    88
    99?>
Note: See TracChangeset for help on using the changeset viewer.