diff -r c7c0fbc09788 -r 5e8dcbe22c24 web/wp-content/plugins/social/views/comment/logged_in_as.php --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/web/wp-content/plugins/social/views/comment/logged_in_as.php Tue Dec 04 18:43:10 2012 -0800 @@ -0,0 +1,57 @@ +
+ ID, 40); + ?> +

+ + + '; + printf(__('Logged in as %2$s.', 'social'), esc_url(admin_url('profile.php')), esc_html($current_user->display_name)); + } + ?> + +

+ ID, 40); + + foreach ($services as $key => $service) { + if (count($service->accounts())) { + foreach ($service->accounts() as $account) { + if ($account->personal()) { + ?> +

+ +

+ + +