Hola! Estoy empezando en esto del PHP, y cuando intento acceder, me aparece este error:
Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING in /homepages/39/d343271824/htdocs/wordpress/wp-includes/pluggable.php on line 453
Y en la linea correspondiente aparece esto:
$phpmailer->AddCustomHeader( sprintf( "Content-Type: %s;\n\t boundary=\"%s\"", $content_type, $boundary ) );
Gracias de antemano!