what do I replace get_bloginfo with and where do I find all instances of it?

Deprecated arguments include:

  • ‘siteurl’ – Use ‘url’ instead
  • ‘home’ – Use ‘url’ instead

Based on the information at get_bloginfo, you should be able to use get_bloginfo('url').

What line number is being referenced in /wp-includes/functions.php?