Re: Hello i have a problem in html5 validation

2012-09-03 4:57, Bogdan Pop wrote:>
 >       Validation Output: 3 Errors
 >
 >  1. Warning /Line 7, Column 68/: Attribute $function_to_remove, is not
 >     serializable as XML 1.0.
 >
 >     |<remove_action($tag, $function_to_remove, $priority, 
$accepted_args*>*/|

You are apparently trying to validate a PHP file, not an HTML or XML 
file. You need to submit the URL to the validator so that the validator 
gets the HTML code generated by PHP, not the PHP source.

Yucca

Received on Wednesday, 5 September 2012 05:35:54 UTC