Changeset 41417 for branches/4.8/src/wp-admin/user-edit.php
- Timestamp:
- 09/19/2017 11:10:17 AM (8 years ago)
- Location:
- branches/4.8
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.8
-
branches/4.8/src/wp-admin/user-edit.php
r39907 r41417 190 190 <?php endif; ?> 191 191 <?php if ( $wp_http_referer && false === strpos( $wp_http_referer, 'user-new.php' ) && ! IS_PROFILE_PAGE ) : ?> 192 <p><a href="<?php echo esc_url( $wp_http_referer); ?>"><?php _e('← Back to Users'); ?></a></p>192 <p><a href="<?php echo esc_url( wp_validate_redirect( wp_sanitize_redirect( $wp_http_referer ), self_admin_url( 'users.php' ) ) ); ?>"><?php _e('← Back to Users'); ?></a></p> 193 193 <?php endif; ?> 194 194 </div>
Note: See TracChangeset
for help on using the changeset viewer.