Changeset 10137 for trunk/wp-admin/edit-link-category-form.php
- Timestamp:
- 12/09/2008 09:07:36 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/edit-link-category-form.php
r9912 r10137 18 18 */ 19 19 $heading = '<h2>' . __('Edit Link Category') . '</h2>'; 20 $submit_text = __(' EditCategory');20 $submit_text = __('Update Category'); 21 21 $form = '<form name="editcat" id="editcat" method="post" action="link-category.php" class="validate">'; 22 22 $action = 'editedcat'; … … 76 76 </tr> 77 77 </table> 78 <p class="submit"><input type="submit" class="button " name="submit" value="<?php echo $submit_text ?>" /></p>78 <p class="submit"><input type="submit" class="button-primary" name="submit" value="<?php echo $submit_text ?>" /></p> 79 79 <?php do_action('edit_link_category_form', $category); ?> 80 80 </form>
Note: See TracChangeset
for help on using the changeset viewer.