Changeset 994

Show
Ignore:
Timestamp:
12/28/06 21:36:59 (2 years ago)
Author:
gboggs
Message:

Fixed POD.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/wheeljack/lib/MT/App.pm

    r993 r994  
    17641764=head2 $app->add_plugin_action($where, $action_link, $link_text) 
    17651765 
     1766  $app->add_plugin_action($where, $action_link, $link_text) 
     1767 
    17661768Adds a link to the given plugin action from the location specified by 
    17671769$where. This allows plugins to create actions that apply to, for 
     
    18131815keys set for each: C<page> (the registered 'action link'), 
    18141816C<link_text> (the registered 'link text'), C<plugin> (the plugin's envelope). 
    1815 See the documentation for L<$app-E<gt>add_plugin_action> for more information. 
     1817See the documentation for 
     1818L<$app-E<gt>add_plugin_action($where, $action_link, $link_text)> 
     1819for more information. 
    18161820 
    18171821=head2 $app->app_path 
     
    18871891may be relative to either the I<app_dir>, or the I<mt_dir>; the former 
    18881892takes precedence if it exists. (for a definition of I<app_dir> and 
    1889 I<mt_dir>, see L<perldoc MT>) 
     1893I<mt_dir>, see L<MT>) 
    18901894 
    18911895Given these values, the order of search is as follows: 
     
    19181922=head2 $app->process_mt_template($str) 
    19191923 
    1920 Processes the E<lt>MT_ACTION<gt> tags that are present in C<$str>. These tags 
     1924Processes the E<lt>MT_ACTIONE<gt> tags that are present in C<$str>. These tags 
    19211925are in the following format: 
    19221926