Description
WordPress 3.5 introduced an entirely new media uploader which streamlined the way one handles and uploads images to posts. Unfortunately,
since then, the default view for the media library is “All media items” instead of “Uploaded to this post”. This plugin sets “Uploaded to this post” as the default view.
Installation
- Upload the extracted plugin folder and contained files to your
/wp-content/plugins/
directory - Activate the plugin through the “Plugins” menu in WordPress
Reviews
Contributors & Developers
“Default Media Uploader View” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “Default Media Uploader View” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
1.0.8
- Code refactoring
1.0.7
- Hooking the plugin’s enqueue function into “wp_enqueue_media” instead of “admin_enqueue_scripts” (Props to barryceelen)
1.0.6
- Fixed native gallery issue (Props to kudlav)
1.0.5
- Fixed script dependencies
1.0.4
- Added Underscore script dependency (Props to matthewmcvickar)
1.0.3
- Added support for the WooCommerce Product Gallery modal (Props to Sphinxxxx)
1.0.2
- Text domain changed to match the plugin’s slug
- Other minor changes
1.0.1
- Minor changes
1.0
- Initial release