Skip to content

Commit

Permalink
[#279] Added docs for init_lang_settings
Browse files Browse the repository at this point in the history
  • Loading branch information
byrnereese authored and jayallen committed Dec 10, 2009
1 parent 66efdf8 commit a9ae013
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions lib/MT.pm
Original file line number Diff line number Diff line change
Expand Up @@ -3336,6 +3336,15 @@ to, and configures Data::Dumper with these settings:
$Data::Dumper::Sortkeys = 1;
$Data::Dumper::Indent = 1;
=head2 $mt->init_lang_settings(%param)
Sets the default language to english if none specified and initializes the
following config directives based upon the current language setting:
NewsboxURL, LearningNewsURL, SupportURL, NewsURL, DefaultTimezone,
TimeOffset, MailEncoding, ExportEncoding, LogExportEncoding,
CategoryNameNodash, PublishCharset
=head2 $mt->init_callbacks()
Installs any MT callbacks. This is called from the C<init> method very,
Expand Down

0 comments on commit a9ae013

Please sign in to comment.