[wp-trac] [WordPress Trac] #29775: Media manager bug
WordPress Trac
noreply at wordpress.org
Sun Oct 5 00:38:46 UTC 2014
#29775: Media manager bug
--------------------------+------------------------------
Reporter: rudybrinkman | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Media | Version: 4.0
Severity: normal | Resolution:
Keywords: | Focuses:
--------------------------+------------------------------
Comment (by kitchin):
I'd still like to know if this happens in List View. If you don't have
time to click the icon, try temporarily disabling it in your theme's
functions.php:
{{{
add_filter( 'get_user_option_media_library_mode',
'my_get_user_option_media_library_mode' );
function my_get_user_option_media_library_mode( $result ) {
return 'list';
}
}}}
About the JS console: make sure it is open before you load the page, and
try different browsers.
--
Ticket URL: <https://core.trac.wordpress.org/ticket/29775#comment:14>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list