主题检查错误→
REQUIRED: get_bloginfo(\'template_url\') was found in the file search.php. Use get_template_directory_uri() instead.
Line 21: <img src=\'<?php echo get_bloginfo(\'template_url\') ?>/img/no_results_found.png\'/>
我采取了行动并进行了更改,但该图像现在不会出现在实时网页中→<img src=\'<?php echo get_template_directory_uri() ?>/img/no_results_found.png\'/>
上面有什么错误吗?