| 174 | | <?php if ( IS_PROFILE_PAGE ) : ?> |
| 175 | | <p><strong><?php _e('Profile updated.') ?></strong></p> |
| 176 | | <?php else: ?> |
| 177 | | <p><strong><?php _e('User updated.') ?></strong></p> |
| 178 | | <?php endif; ?> |
| 179 | | <?php if ( $wp_http_referer && !IS_PROFILE_PAGE ) : ?> |
| 180 | | <p><a href="<?php echo esc_url( $wp_http_referer ); ?>"><?php _e('← Back to Users'); ?></a></p> |
| 181 | | <?php endif; ?> |
| | 174 | <p> |
| | 175 | <?php if ( IS_PROFILE_PAGE ) : ?> |
| | 176 | <strong><?php _e('Profile updated.') ?></strong> |
| | 177 | <?php else: ?> |
| | 178 | <strong><?php _e('User updated.') ?></strong> |
| | 179 | <?php endif; ?> |
| | 180 | <?php if ( $wp_http_referer && !IS_PROFILE_PAGE ) : ?> |
| | 181 | <a href="<?php echo esc_url( $wp_http_referer ); ?>"><?php _e('← Back to Users'); ?></a> |
| | 182 | <?php endif; ?> |
| | 183 | </p> |