Changeset 131
- Timestamp:
- 10/04/05 19:30:27 (3 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
DuplicatedTBPingLookup/trunk/DuplicatedTBPingLookup.pl
r130 r131 21 21 my $plugin = MT::Plugin::DuplicatedTBPingLookup->new({ 22 22 name => 'Duplicated TBPing Lookup', 23 description => "Look up duplicated trackback ping from the same source, and mark it as a 'junk'.",23 description => "Look up duplicated trackback ping from the same source, and mark it as a 'junk'.", 24 24 version => $VERSION, 25 25 config_template => \&template, … … 63 63 sub template { 64 64 return <<'EOT'; 65 <p>This plugin allows you to look up duplicated trackback ping from the same source and mark it as a 'junk'.</p> 66 </p> 65 67 <div class="setting"> 66 68 <div class="label"><label>Score Weight:</label></div>
