Pues así esta la cosa, ahora cuando intente entrar al admin de la web mía me sale este error: "Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 90 bytes) in /home/rvbhdemb/public_html/wp-includes/pomo/mo.php on line 230".
Y pues me descargue el mo.php y fui a la linea indicada que es esta
Código PHP:
$entry = new Translation_Entry();
Código PHP:
$entry = new Translation_Entry(90);
Gracias.