Show
Ignore:
Timestamp:
07/10/08 17:16:23 (17 months ago)
Author:
bchoate
Message:

Updated POD.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/release-41/lib/MT/Blocklist.pm

    r2359 r2747  
    4242 
    43431; 
     44 
     45__END__ 
     46 
     47=head1 NAME 
     48 
     49MT::Blocklist - MT object class for storing rules for filtering content. 
     50 
     51=head1 METHODS 
     52 
     53=head2 MT::Blocklist->block_these($blog_id, $action, @urls) 
     54 
     55Adds the specified URLs to the blocklist table with the specified I<$action> 
     56and for the specified I<$blog_id>. 
     57 
     58=head1 LICENSE 
     59 
     60The license that applies is the one you agreed to when downloading 
     61Movable Type. 
     62 
     63=head1 AUTHOR & COPYRIGHT 
     64 
     65Except where otherwise noted, MT is Copyright 2001-2008 Six Apart. 
     66All rights reserved. 
     67 
     68=cut