add_action('admin_head', 'g_custom_css'); function g_custom_css() { echo '<style> #attachment-details-caption , #attachment-details-two-column-caption { height:220px; } </style>'; }
add_action('admin_head', 'g_custom_css'); function g_custom_css() { echo '<style> #attachment-details-caption , #attachment-details-two-column-caption { height:220px; } </style>'; }