[wpmu-trac] [WordPress MU Trac] #1172: Post Thumbnail doesn't work if MU Media Button is hidden
WordPress MU Trac
wpmu-trac at lists.automattic.com
Tue Dec 8 17:53:06 UTC 2009
#1172: Post Thumbnail doesn't work if MU Media Button is hidden
-----------------------------+----------------------------------------------
Reporter: johnjamesjacoby | Owner: somebody
Type: defect | Status: new
Priority: normal | Milestone:
Component: Administration | Version:
Severity: major | Keywords:
-----------------------------+----------------------------------------------
Comment(by donncha):
Adding the following line to the theme's functions.php enables it. With
the image uploader icon missing the thumbnail uploader doesn't work,
you're right. I guess because some Javascript is loaded or something.
{{{
add_theme_support( 'post-thumbnails' );
}}}
I may try the same theme support detection and switch on image uploads so
the thumbnail works. Either that or display a warning to site admins when
the thumbnail support is detected. That might be the best thing.
--
Ticket URL: <http://trac.mu.wordpress.org/ticket/1172#comment:3>
WordPress MU Trac <http://mu.wordpress.org/>
WordPress Multiuser
More information about the wpmu-trac
mailing list