Hello!
Me again.
I turned debugging on in Wordpress for other reasons--but noticed I am getting this error in reference to the vbSSO plugin:
Notice: Use of undefined constant IS_PROFILE_PAGE - assumed 'IS_PROFILE_PAGE' in /home/blah/public_html/blog/wp-content/plugins/vbsso/vbsso.php on line 61
The code at line 61 is:
if (IS_PROFILE_PAGE) {
add_action('profile_personal_options', 'vbsso_profile_personal_options');
}
Any thoughts?
|