Ocultar errores del php en wordpress
Aunque no es buena practica pero servirá de algo ocultar está clase de errores:
Notice: register_sidebar_widget is deprecated since version 2.8! Use wp_register_sidebar_widget() instead. in /home/.../wp-includes/functions.php on line 3237 Notice: register_widget_control is deprecated since version 2.8! Use wp_register_widget_control() instead. in in /home/.../wp-includes/functions.php on line 3237 Notice: register_sidebar_widget is deprecated since version 2.8! Use wp_register_sidebar_widget() instead. in in /home/.../wp-includes/functions.php on line 3237
Vamos al archivo wp-config.php, buscamos la linea 20, define( 'WP_DEBUG', true); y lo cambiamos por define( 'WP_DEBUG', false); visto en el codex de wordpres.
Leer: runtime configuration |

Esta entrada fue creada un Domingo, agosto , 2010
Sobre 









Jyr
¿No seria mejor usar el php.ini?
agosto 22, 2010 @ 3:16:
Rafael Bucio
Si también
gracias por la aportación.
agosto 22, 2010 @ 3:25:
mbyte
no no no estas muy perro eh. xDD
septiembre 6, 2010 @ 4:05: