This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* Plugin Name: Media Library Categories | |
* Plugin URI: http://wordpress.org/plugins/wp-media-library-categories/ | |
* Description: Adds the ability to use categories in the media library. | |
* Version: 1.3 | |
* Author: Jeffrey-WP | |
*/ | |
/** register taxonomy for attachments */ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.assistive-text { | |
left: 0; | |
position: absolute !important; | |
clip: rect(1px 1px 1px 1px); /* IE6, IE7 */ | |
clip: rect(1px, 1px, 1px, 1px); | |
} |
NewerOlder