Ticket #37573: 37573.patch
File 37573.patch, 607 bytes (added by , 9 years ago) |
---|
-
src/wp-admin/edit-tag-form.php
78 78 /* translators: %s: taxonomy name */ 79 79 printf( _x( '← Back to %s', 'admin screen' ), $tax->labels->name ); 80 80 ?></a></p> 81 <?php } else { ?>82 <p><a href="<?php echo esc_url( wp_get_referer() ); ?>"><?php83 /* translators: %s: taxonomy name */84 printf( _x( '← Back to %s', 'admin screen' ), $tax->labels->name );85 ?></a></p>86 81 <?php } ?> 87 82 </div> 88 83 <?php endif; ?>