File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 22
22
23
23
<div class="wpum-already-logged-in wpum-message info">
24
24
<p><?php printf ( __ ( 'You are currently logged in as %s. ' , 'wp-user-manager ' ), $ current_user ->display_name );?>
25
- <a href="<?php echo esc_url ( get_permalink ( wpum_get_core_page_id ( 'profile ' ) ) ); ?> "><?php esc_html_e ( 'View Profile ' , 'wp-user-manager ' ); ?> </a> |
25
+ <a href="<?php echo esc_url ( get_permalink ( wpum_get_core_page_id ( 'profile ' ) ) ); ?> "><?php esc_html_e ( 'View profile ' , 'wp-user-manager ' ); ?> </a> |
26
26
<a href="<?php echo esc_url ( get_permalink ( wpum_get_core_page_id ( 'account ' ) ) ); ?> "><?php esc_html_e ( 'Account settings ' , 'wp-user-manager ' ); ?> </a> |
27
- <a href="<?php echo esc_url ( wp_logout_url () ); ?> "><?php esc_html_e ( 'Logout ' , 'wp-user-manager ' ); ?> »</a></p>
27
+ <a href="<?php echo esc_url ( wp_logout_url () ); ?> "><?php esc_html_e ( 'Log out ' , 'wp-user-manager ' ); ?> »</a></p>
28
28
</div>
You can’t perform that action at this time.
0 commit comments