Changeset 41618 for trunk/src/wp-admin/edit-tag-form.php
- Timestamp:
- 09/27/2017 02:38:40 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/edit-tag-form.php
r41522 r41618 76 76 <?php if ( $wp_http_referer ) { ?> 77 77 <p><a href="<?php echo esc_url( wp_validate_redirect( esc_url_raw( $wp_http_referer ), admin_url( 'term.php?taxonomy=' . $taxonomy ) ) ); ?>"><?php 78 /* translators: %s: taxonomy name */ 79 printf( _x( '← Back to %s', 'admin screen' ), $tax->labels->name ); 78 echo esc_html( $tax->labels->back_to_items ); 80 79 ?></a></p> 81 80 <?php } ?>
Note: See TracChangeset
for help on using the changeset viewer.