Recently the CSS loaders got changed around a bit, and the media css function was dropped, It wasnt actually supposed to be used by plugins in the first place. I assumed it was my plugins fault as i had that exact issue and didnt get around to releasing it until now :)

Obviously the plugin'll have to be updated, But until then, You can add this to the end of the file:

if( ! function_exists('media_admin_css') ){
function media_admin_css(){
        wp_admin_css('css/media');
}
}

which should allow you to keep using the plugin :)

On Fri, 30 May 2008 22:13:16 +1000, Steve Richardson <[EMAIL PROTECTED]> wrote:

I found that it wasn't an issue with Add From Server, after playing around with several different plugins I realised that Flexible Upload was causing the conflict.

Unfortunately this is a plugin which I quite like and rather strangely has only caused this error over the past seven days or so.


Sent via BlackBerry®

--
Using Opera's revolutionary e-mail client: http://www.opera.com/mail/
_______________________________________________
wp-testers mailing list
[email protected]
http://lists.automattic.com/mailman/listinfo/wp-testers

Reply via email to