diff options
| author | Oleg Pudeyev <oleg@bsdpower.com> | 2012-11-02 19:58:01 -0400 |
|---|---|---|
| committer | Oleg Pudeyev <oleg@bsdpower.com> | 2012-11-17 16:40:00 -0500 |
| commit | 6c7f1f7bdeba88fdef27fab537f973464bba6183 (patch) | |
| tree | cdca93dc8ebda584509f499a01ed02850cf54a90 /phpBB | |
| parent | 4ed9e4124e592ddb7fe2696e45261e74edb89ddd (diff) | |
| download | forums-6c7f1f7bdeba88fdef27fab537f973464bba6183.tar forums-6c7f1f7bdeba88fdef27fab537f973464bba6183.tar.gz forums-6c7f1f7bdeba88fdef27fab537f973464bba6183.tar.bz2 forums-6c7f1f7bdeba88fdef27fab537f973464bba6183.tar.xz forums-6c7f1f7bdeba88fdef27fab537f973464bba6183.zip | |
[feature/template-events] Cosmetic changes.
PHPBB3-9550
Diffstat (limited to 'phpBB')
| -rw-r--r-- | phpBB/includes/template/locator.php | 4 | ||||
| -rw-r--r-- | phpBB/includes/template/template.php | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/phpBB/includes/template/locator.php b/phpBB/includes/template/locator.php index 42db91efb2..f6fd20bcc2 100644 --- a/phpBB/includes/template/locator.php +++ b/phpBB/includes/template/locator.php @@ -39,7 +39,7 @@ interface phpbb_template_locator * Sets the template filenames for handles. $filename_array * should be a hash of handle => filename pairs. * - * @param array $filname_array Should be a hash of handle => filename pairs. + * @param array $filename_array Should be a hash of handle => filename pairs. */ public function set_filenames(array $filename_array); @@ -66,7 +66,7 @@ interface phpbb_template_locator * returns actually exists, it is faster than get_source_file_for_handle. * * Use get_source_file_for_handle to obtain the actual path that is - * guaranteed to exist (which might come from the parent style + * guaranteed to exist (which might come from the parent style * directory if primary style has parent styles). * * This function will trigger an error if the handle was never diff --git a/phpBB/includes/template/template.php b/phpBB/includes/template/template.php index 3de5cd45a5..52c08326d5 100644 --- a/phpBB/includes/template/template.php +++ b/phpBB/includes/template/template.php @@ -83,7 +83,7 @@ class phpbb_template /** * Name of the style that the template being compiled and/or rendered - * belongs to. + * belongs to. * * This is used by hooks implementation to invoke style-specific * template hooks. @@ -115,7 +115,7 @@ class phpbb_template /** * Sets the template filenames for handles. * - * @param array $filname_array Should be a hash of handle => filename pairs. + * @param array $filename_array Should be a hash of handle => filename pairs. */ public function set_filenames(array $filename_array) { |
