function not exist
-
upgraded to 4.7
then I upgraded the theme (wipi) to latest, got this error (site is down)Fatal error: Call to undefined function get_bloginfo() in /home4/amsalem/public_html/eyalonline.com/wp-includes/class-wp-locale.php on line 233
I set as remark the following lines in class-wp-locale.php
//if ( ‘rtl’ === $this->text_direction && strpos( get_bloginfo( ‘version’ ), ‘-src’ ) ) {
// $this->text_direction = ‘ltr’;
// add_action( ‘all_admin_notices’, array( $this, ‘rtl_src_admin_notice’ ) );
//}and the site went back up
I guess this is not a very good solution, does anyone know why I don’t have this function get_bloginfo() and what should I do ?thanks,
Eyal.
The topic ‘function not exist’ is closed to new replies.