Make WordPress Core

Changeset 17657


Ignore:
Timestamp:
04/18/2011 09:53:15 PM (14 years ago)
Author:
ryan
Message:

Back to Authors and Users should say Back to Users. Props SergeyBiryukov. fixes #16054

File:
1 edited

Legend:

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

    r17593 r17657  
    159159    <p><strong><?php _e('User updated.') ?></strong></p>
    160160    <?php if ( $wp_http_referer && !IS_PROFILE_PAGE ) : ?>
    161     <p><a href="<?php echo esc_url( $wp_http_referer ); ?>"><?php _e('&larr; Back to Authors and Users'); ?></a></p>
     161    <p><a href="<?php echo esc_url( $wp_http_referer ); ?>"><?php _e('&larr; Back to Users'); ?></a></p>
    162162    <?php endif; ?>
    163163</div>
Note: See TracChangeset for help on using the changeset viewer.