Skip to content

Instantly share code, notes, and snippets.

@jacobwise
Created July 14, 2014 18:36
Show Gist options
  • Save jacobwise/d4d44382ba2a48c0eff4 to your computer and use it in GitHub Desktop.
Save jacobwise/d4d44382ba2a48c0eff4 to your computer and use it in GitHub Desktop.
jQuery required to remove the description for WordPress admin.
(function($) {
$('#tag-description').closest('.form-field').remove();
$('#description').closest('.form-field').remove();
})(jQuery);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment