<pclass="bff-notice">You are not currently logged in. As such, you will not be able to link any blog feed addresses you find to your profile.<br/>You can <a
data-toggle="modal"title="Click to log in or register for OERu Courses"data-target="#userModal"><span
class="glyphicon glyphicon-user"></span> log in or register</a> to link your feed(s) to any OERu courses for which you're registered.</p>
</div>
<?php
$message='<p class="bff-notice">You are not currently logged in. As such, you will not be able to link any blog feed addresses you find to your profile.</p>';
// if this is a multisite, recommend a user log in to get the most functionality from the plugin.
$message.='<p class="bff-notice">You can <a data-toggle="modal" title="Click to log in or register for Courses" href="/'.BFF_SLUG.'#login" onclick="login();"><span
class="glyphicon glyphicon-user"></span>log in</a> to link your feed(s) to any courses for which you\'re registered.</p>';
}else{
$message.='<p class="bff-notice">You can <a title="Click to log in or register for Courses" href="'.wp_login_url(BFF_SLUG).'"><span
class="glyphicon glyphicon-user"></span>log in or register</a> to link your feed(s) to any courses for which you\'re registered.</p>';