Hi,
Please can someone show me where I am going wrong with the code below: I am getting unexpected '' appearing on line xxx
function custom_dashboard_help() {
echo '<p>Welcome to the Mamas and Papas Blog Dashboard.</p>
<p>If you get stuck, you can View or Download the instructions <a target="_blank" href="'
. bloginfo('template_url'); .
'/how-to-guide.pdf">here</a>.</p>';
}
Thanks in advance