Changeset 21364 for trunk/wp-includes/theme-compat/comments.php
- Timestamp:
- 07/30/2012 06:30:03 PM (13 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/theme-compat/comments.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/theme-compat/comments.php
r19684 r21364 70 70 <?php if ( is_user_logged_in() ) : ?> 71 71 72 <p><?php printf(__('Logged in as <a href="%1$s">%2$s</a>.'), get_ option('siteurl') . '/wp-admin/profile.php', $user_identity); ?> <a href="<?php echo wp_logout_url(get_permalink()); ?>" title="<?php esc_attr_e('Log out of this account'); ?>"><?php _e('Log out »'); ?></a></p>72 <p><?php printf(__('Logged in as <a href="%1$s">%2$s</a>.'), get_edit_user_link(), $user_identity); ?> <a href="<?php echo wp_logout_url(get_permalink()); ?>" title="<?php esc_attr_e('Log out of this account'); ?>"><?php _e('Log out »'); ?></a></p> 73 73 74 74 <?php else : ?>
Note: See TracChangeset
for help on using the changeset viewer.