Make WordPress Core

Ticket #15845: garyc40-15845.patch

File garyc40-15845.patch, 704 bytes (added by garyc40, 14 years ago)

there's a patch for that

  • wp-admin/edit-tags.php

    diff --git wp-admin/edit-tags.php wp-admin/edit-tags.php
    index c32c42e..3ce7f73 100644
    if ( current_user_can($tax->cap->edit_terms) ) 
    158158        wp_enqueue_script('inline-edit-tax');
    159159
    160160if ( 'category' == $taxonomy || 'link_category' == $taxonomy || 'post_tag' == $taxonomy  ) {
     161        $help = '';
     162       
    161163        if ( 'category' == $taxonomy )
    162164                $help .= '<p>' . sprintf(__( 'You can use categories to define sections of your site and group related posts. The default category is &#8220;Uncategorized&#8221; until you change it in your <a href="%s">writing settings</a>.' ) , 'options-writing.php' ) . '</p>';
    163165        elseif ( 'link_category' == $taxonomy )