From 50228002e8912bf27d3947d5c4ecccf47549862a Mon Sep 17 00:00:00 2001 From: Andrew Nacin Date: Wed, 19 Jun 2013 08:15:04 +0000 Subject: [PATCH] Don't render the screen reader shortcut 'Log Out' link in the toolbar when the user is not logged in. props SergeyBiryukov. fixes #23178. git-svn-id: https://develop.svn.wordpress.org/trunk@24442 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-includes/class-wp-admin-bar.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/wp-includes/class-wp-admin-bar.php b/wp-includes/class-wp-admin-bar.php index f8ee5e2d93..1483da2d99 100644 --- a/wp-includes/class-wp-admin-bar.php +++ b/wp-includes/class-wp-admin-bar.php @@ -354,7 +354,9 @@ class WP_Admin_Bar { $this->_render_group( $group ); } ?> + +