I created a child-theme called “twentyten2” based in theme “twentyten”. When I put the file functions.php at child-theme folder, appears this message:
” Fatal error: Cannot redeclare twentyten_page_menu_args() (previously
declared in /home/dir1/public_html/folderWP/wp-content/themes/twentyten-2/functions.php:221)
in /home/dir1/public_html/folderWP/wp-content/themes/twentyten/functions.php
on line 224 “
Both files functions.php are equals, without changes.
I just need translate a text string to my language (portuguese).
How I fix this problem?