Show
Ignore:
Timestamp:
06/17/08 15:12:39 (7 months ago)
Author:
mikelietz
Message:

plugin:feedburner added a GUID

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • plugins/feedburner/trunk/feedburner.plugin.php

    r569 r610  
    2929            'copyright' => '2007' 
    3030        ); 
     31    } 
     32 
     33    /** 
     34     * Add update beacon support 
     35     **/ 
     36    public function action_update_check() 
     37    { 
     38        Update::add( 'FeedBurner', '856031d0-3c7f-11dd-ae16-0800200c9a66', $this->info->version ); 
    3139    } 
    3240