Ver Mensaje Individual
  #3 (permalink)  
Antiguo 12/06/2013, 12:05
yukuve
 
Fecha de Ingreso: noviembre-2012
Ubicación: España
Mensajes: 21
Antigüedad: 11 años, 4 meses
Puntos: 0
Gracias por contestar.
Si tiene e punto y coma, la línea 2540 es:

Código PHP:
Ver original
  1. header( 'Content-Type: text/html; charset=utf-8' wp_load_translations_early(); ?>

¿que otra cosa puede ser?

Código PHP:
Ver original
  1. // If installing or in the admin, provide the verbose message.
  2.          if ( defined('WP_INSTALLING') || defined('WP_ADMIN') )
  3.              wp_die($wpdb->error);
  4.  
  5.          // Otherwise, be terse.
  6.           status_header( 500 );
  7.          nocache_headers();
  8. [B]2540         header( 'Content-Type: text/html; charset=utf-8'[/B]              
  9.                             wp_load_translations_early(); ?>  
  10.         <!DOCTYPE html>


igual así se ve mejor.

Última edición por Nekko; 13/06/2013 a las 06:02