==== Patch <fix_#1050> level 1
Source: [No source]
Target: 1a063a9b-81f0-0310-95a4-ce76da25c4cd:/trunk:2646 [mirrored]
(http://svn.automattic.com/wordpress/trunk)
Log:
Fix issue #1050
=== wp-admin/categories.php
==================================================================
|
|
|
|
| 96 | 96 | <td><textarea name="category_description" rows="5" cols="50" style="width: 97%;"><?php echo wp_specialchars($category->category_description, 1); ?></textarea></td> |
| 97 | 97 | </tr> |
| 98 | 98 | </table> |
| 99 | | <p class="submit"><input type="submit" name="submit" value="<?php _e('Edit category') ?> »" /></p> |
| | 99 | <p class="submit"><input type="submit" name="submit" value="<?php _e('Update category') ?> »" /></p> |
| 100 | 100 | </form> |
| 101 | 101 | <p><a href="categories.php"><?php _e('« Return to category list'); ?></a></p> |
| 102 | 102 | </div> |