get_bloginfo reported as bloginfo too
-
It looks like the
bloginfo('url')
check matchesget_bloginfo('url')
too.
If a regex is being used maybe it needs a \b (word boundry) modifier.REQUIRED: get_bloginfo('url') was found in the file functions.php. Use home_url() instead. Line 26: echo '<div class='updated fade'><p>You can set up your theme by <a href='.get_bloginfo('url').'/wp-admin/themes.php?page=functions.php>clicking here< REQUIRED: bloginfo('url') was found in the file functions.php. Use echo esc_url( home_url() ) instead. Line 26: echo '<div class='updated fade'><p>You can set up your theme by <a href='.get_bloginfo('url').'/wp-admin/themes.php?page=functions.php>clicking here</a><
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘get_bloginfo reported as bloginfo too’ is closed to new replies.