Changeset 994
- Timestamp:
- 12/28/06 21:36:59 (2 years ago)
- Files:
-
- branches/wheeljack/lib/MT/App.pm (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/wheeljack/lib/MT/App.pm
r993 r994 1764 1764 =head2 $app->add_plugin_action($where, $action_link, $link_text) 1765 1765 1766 $app->add_plugin_action($where, $action_link, $link_text) 1767 1766 1768 Adds a link to the given plugin action from the location specified by 1767 1769 $where. This allows plugins to create actions that apply to, for … … 1813 1815 keys set for each: C<page> (the registered 'action link'), 1814 1816 C<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. 1817 See the documentation for 1818 L<$app-E<gt>add_plugin_action($where, $action_link, $link_text)> 1819 for more information. 1816 1820 1817 1821 =head2 $app->app_path … … 1887 1891 may be relative to either the I<app_dir>, or the I<mt_dir>; the former 1888 1892 takes precedence if it exists. (for a definition of I<app_dir> and 1889 I<mt_dir>, see L< perldocMT>)1893 I<mt_dir>, see L<MT>) 1890 1894 1891 1895 Given these values, the order of search is as follows: … … 1918 1922 =head2 $app->process_mt_template($str) 1919 1923 1920 Processes the E<lt>MT_ACTION <gt> tags that are present in C<$str>. These tags1924 Processes the E<lt>MT_ACTIONE<gt> tags that are present in C<$str>. These tags 1921 1925 are in the following format: 1922 1926
