Make WordPress Core

Ticket #6362: 6362.4-categories.diff

File 6362.4-categories.diff, 593 bytes (added by xenlab, 15 years ago)

More inconsistencies that original patch did not address.

  • (a) categories.php vs. (b) (clipboard)

    a b  
    280280<div class="form-field">
    281281        <label for="category_description"><?php _e('Description') ?></label>
    282282        <textarea name="category_description" id="category_description" rows="5" cols="40"></textarea>
    283     <p><?php _e('The description is not prominent by default, however some themes may show it.'); ?></p>
     283    <p><?php _e('The description is not prominent by default; however, some themes may show it.'); ?></p>
    284284</div>
    285285
    286286<p class="submit"><input type="submit" class="button" name="submit" value="<?php esc_attr_e('Add Category'); ?>" /></p>