Changeset 9620 for trunk/wp-admin/edit-link-category-form.php
- Timestamp:
- 11/11/2008 10:40:16 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/edit-link-category-form.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/edit-link-category-form.php
r9032 r9620 17 17 * @var string 18 18 */ 19 $heading = ' ';19 $heading = '<h2>' . __('Edit Category') . '</h2>'; 20 20 $submit_text = __('Edit Category'); 21 21 $form = '<form name="editcat" id="editcat" method="post" action="link-category.php" class="validate">';
Note: See TracChangeset
for help on using the changeset viewer.