Add .help css class for the media library, fixes #9790
git-svn-id: https://develop.svn.wordpress.org/trunk@11294 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
5cc712d1e3
commit
60fe439618
@ -61,7 +61,6 @@ case 'edit' :
|
||||
add_filter('attachment_fields_to_edit', 'media_single_attachment_fields_to_edit', 10, 2);
|
||||
|
||||
wp_enqueue_script( 'wp-ajax-response' );
|
||||
// wp_admin_css( 'media' );
|
||||
|
||||
require( 'admin-header.php' );
|
||||
|
||||
|
@ -1374,6 +1374,7 @@ p.description,
|
||||
font-size: 11px;
|
||||
}
|
||||
|
||||
p.help,
|
||||
.description,
|
||||
.form-wrap p {
|
||||
font-style: italic;
|
||||
|
Loading…
Reference in New Issue
Block a user