Ticket #12746: 12746.diff
File 12746.diff, 874 bytes (added by , 15 years ago) |
---|
-
edit-tag-form.php
68 68 do_action($taxonomy . '_edit_form_fields', $tag, $taxonomy); 69 69 ?> 70 70 </table> 71 <p class="submit"><input type="submit" class="button-primary" name="submit" value="<?php echo esc_attr( sprintf(_x('Update %s', '%s: singular taxonomy name'), $tax->singular_label)); ?>" /></p>72 71 <?php 73 72 if ( 'category' == $taxonomy ) 74 73 do_action('edit_category_form', $tag); … … 76 75 do_action('edit_tag_form', $tag); 77 76 do_action($taxonomy . '_edit_form', $tag, $taxonomy); 78 77 ?> 78 <p class="submit"><input type="submit" class="button-primary" name="submit" value="<?php echo esc_attr( sprintf(_x('Update %s', '%s: singular taxonomy name'), $tax->singular_label)); ?>" /></p> 79 79 </form> 80 80 </div>