mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[feature/template-events] Cosmetic changes.
PHPBB3-9550
This commit is contained in:
parent
4ed9e4124e
commit
6c7f1f7bde
2 changed files with 4 additions and 4 deletions
|
@ -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);
|
||||
|
||||
|
|
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue