Changeset 41426 for branches/3.9/src/wp-admin/user-edit.php
- Timestamp:
- 09/19/2017 11:10:49 AM (8 years ago)
- Location:
- branches/3.9
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.9
-
branches/3.9/src/wp-admin/user-edit.php
r37109 r41426 203 203 <?php endif; ?> 204 204 <?php if ( $wp_http_referer && !IS_PROFILE_PAGE ) : ?> 205 <p><a href="<?php echo esc_url( $wp_http_referer); ?>"><?php _e('← Back to Users'); ?></a></p>205 <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> 206 206 <?php endif; ?> 207 207 </div>
Note: See TracChangeset
for help on using the changeset viewer.