Make WordPress Core


Ignore:
Timestamp:
04/06/2007 11:09:02 PM (18 years ago)
Author:
rob1n
Message:

Fix Back to Authors and Users link. fixes #4102

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/user-edit.php

    r5125 r5198  
    5656    <p><strong><?php _e('User updated.') ?></strong></p>
    5757    <?php if ( $wp_http_referer ) : ?>
    58     <p><a href="<?php echo clean_url($wp_http_referer); ?>"><?php _e('&laquo; Back to Authors and Users'); ?></a></p>
     58    <p><a href="users.php"><?php _e('&laquo; Back to Authors and Users'); ?></a></p>
    5959    <?php endif; ?>
    6060</div>
Note: See TracChangeset for help on using the changeset viewer.