Changeset 89

Show
Ignore:
Timestamp:
06/23/05 00:20:24 (3 years ago)
Author:
ogawa
Message:

Clean up rubbish. This will be released as version 0.14.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • all-keywords/trunk/all-keywords.pl

    r88 r89  
    1717    $plugin = new MT::Plugin(); 
    1818    $plugin->name("AllKeywords Plugin"); 
    19     $plugin->description("MTAllKeywords tags for listing and handling blog-wide tags and entry tags. Version 0.13"); 
     19    $plugin->description("MTAllKeywords tags for listing and handling blog-wide tags and entry tags. Version 0.14"); 
    2020    $plugin->doc_link("http://as-is.net/hacks/2005/03/allkeywords_plugin.html"); 
    2121    MT->add_plugin($plugin); 
    2222}; 
    23  
    24 #if (MT->can('add_callback')) { 
    25 #  my $mt = MT->instance; 
    26 #  MT->add_callback((ref $mt eq 'MT::App::CMS' ? 'AppPostEntrySave' : 'MT::Entry::post_save'), 
    27 #                  10, $plugin, \&update_entry_tags); 
    28 #} 
    2923 
    3024MT::Template::Context->add_container_tag('AllKeywords' => \&all_keywords);