Ticket #6362: 6362.4-tags.diff
| File 6362.4-tags.diff, 572 bytes (added by , 16 years ago) |
|---|
-
(a) edit-tags.php vs. (b) (clipboard)
a b 295 295 <div class="form-field"> 296 296 <label for="description"><?php _e('Description') ?></label> 297 297 <textarea name="description" id="description" rows="5" cols="40"></textarea> 298 <p><?php _e('The description is not prominent by default , howeversome themes may show it.'); ?></p>298 <p><?php _e('The description is not prominent by default; however, some themes may show it.'); ?></p> 299 299 </div> 300 300 301 301 <p class="submit"><input type="submit" class="button" name="submit" id="submit" value="<?php esc_attr_e('Add Tag'); ?>" /></p>