I get this error on my error log
[10-Jan-2013 00:31:03 UTC] PHP Warning: printf() [<a href='function.printf'>function.printf</a>]: Too few arguments in /home/club/public_html/wp-content/themes/ball/functions.php on line 443
On functions.php line 443
printf(get_the_tag_list('<span>' . __('Tagged: ', 'ball') . '</span>', ', ', ''));
What is the problem and how can I fix that?
printf()without arguments - as the error message tells you and the PHP manual shows. Hint: This is the solution to your problem. – kaiser Jan 10 at 3:16