Skip to content

Commit

Permalink
Enhancements to MT::App POD documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
jayallen committed Jan 26, 2011
1 parent d661875 commit f7bd5ed
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lib/MT/App.pm
Original file line number Diff line number Diff line change
Expand Up @@ -3905,7 +3905,7 @@ into:
*::template_source
as a wildcard callback name to capture any C<MT::Template> files that are
as a wildcard callback name to capture any C<MT::Template> files that are
loaded regardless of application.
=item <package>::template_param
Expand Down Expand Up @@ -3959,7 +3959,7 @@ Example:
=head2 $app->COMMENTER_COOKIE_NAME
This is a static constant/method representing the name of the cookie used for
This is a static constant/method representing the name of the cookie used for
commenters. It is analogous to C<commenter_cookie>.
=head2 $app->commenter_cookie
Expand Down Expand Up @@ -4057,7 +4057,7 @@ with the C<validate_magic> method.
=head2 $app->make_magic_token
Creates a new "magic token" string which is a random set of characters.
The
The
=head2 $app->add_return_arg(%param)
Expand Down Expand Up @@ -4469,7 +4469,7 @@ http://search.cpan.org/perldoc?CGI
=head2 $app->param_hash (DEPRECATED, FUTURE BREAK)
B<This method will soon change and break existing code. See
B<This method will soon change and break existing code. See
L</"C<< $app->query->Vars >>"> for a forward-compatible replacement.>
=head2 $app->query([ $QUERY_OBJECT ])
Expand Down

0 comments on commit f7bd5ed

Please sign in to comment.