Changeset 898281
- Timestamp:
- 04/19/2014 07:27:21 PM (12 years ago)
- Location:
- automatic-quotes/trunk
- Files:
-
- 2 edited
-
automatic-quotes.php (modified) (1 diff)
-
uninstall.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
automatic-quotes/trunk/automatic-quotes.php
r898205 r898281 144 144 145 145 $fileURL = 'http://www.quotepiper.com/plugin-quote.txt'; 146 $transName = 'quote-piper-quotes 2'; // Name of value in database.146 $transName = 'quote-piper-quotes3'; // Name of value in database. 147 147 $cacheTime = 60 * 24; // Time in minutes between updates. 148 148 -
automatic-quotes/trunk/uninstall.php
r879388 r898281 5 5 6 6 // Uninstall code goes here 7 delete_transient( 'quote-piper-quotes 2' );7 delete_transient( 'quote-piper-quotes3' ); 8 8 9 9 ?>
Note: See TracChangeset
for help on using the changeset viewer.