Help:Warning: array_merge(): Argument #1 is not an array
-
Hi,
I’m learning to create a new theme,
However, I get the following error message:Warning: array_merge (): Argument # 1 is not an array in ~~~ / functions.php on line 119
line 119 Code:
<? php comment_reply_link (array_merge ($ args, array ('reply_text' => __ ('Reply', 'tetekeke'), 'depth' => $ depth, 'max_depth' => $ args ['max_depth'])) );?>
Can anyone tell me how this resolve this error?
THX!
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Help:Warning: array_merge(): Argument #1 is not an array’ is closed to new replies.