Changeset 14398
- Timestamp:
- 05/03/2010 08:05:46 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/edit-tag-form.php
r14070 r14398 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 ) … … 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>
Note: See TracChangeset
for help on using the changeset viewer.