diff --git a/wp-admin/admin-header.php b/wp-admin/admin-header.php index e51f89c27..93dac4bf7 100644 --- a/wp-admin/admin-header.php +++ b/wp-admin/admin-header.php @@ -97,11 +97,22 @@ if ( function_exists('mb_strlen') ) {

>

+ +
-

%2$s'), 'profile.php', $user_identity) ?> - | -

+

%2$s'), 'profile.php', $user_identity); +if ( ! $is_opera ) + $links[10] = ''; +$links[15] = '| ' . __('Log Out') . ''; + +$links = apply_filters('admin_user_info_links', $links, $current_user); +ksort($links); + +echo implode(' ', $links); +?>