Statistics: Posted by heather — June 7th, 2011, 4:51 am
It sounds like you're in the new "Network Admin Panel".
- Also, the only s2Member options available on the dashboard are Multisite (config) and s2Member Info.
Statistics: Posted by Jason Caldwell — June 6th, 2011, 9:02 pm
Statistics: Posted by heather — June 6th, 2011, 8:06 pm
Statistics: Posted by heather — June 3rd, 2011, 11:05 pm
public static function is_blog_admin ()
{
if (version_compare (get_bloginfo ("version"), "3.1-RC", ">="))
return is_blog_admin ();
/**/
return is_admin ();
}
Statistics: Posted by Jason Caldwell — June 3rd, 2011, 10:27 pm
Statistics: Posted by heather — June 3rd, 2011, 6:23 pm
Statistics: Posted by Cristián Lávaque — June 3rd, 2011, 6:20 pm
Statistics: Posted by Cristián Lávaque — June 3rd, 2011, 6:09 pm
Statistics: Posted by heather — June 3rd, 2011, 5:47 pm